Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
FFmpeg
x265
Newest Tests
LiteRT
WarpX
Epoch
Valkey
Whisperfile
XNNPACK
Recently Updated Tests
SuperTuxKart
ASTC Encoder
SVT-AV1
Unvanquished
Primesieve
XNNPACK
New & Recently Updated Tests
Recently Updated Suites
Database Test Suite
Machine Learning
Steam
New & Recently Updated Suites
Component Benchmarks
CPUs / Processors
GPUs / Graphics
OpenGL
Disks / Storage
Motherboards
File-Systems
Operating Systems
OpenBenchmarking.org
Corporate / Organization Info
Bug Reports / Feature Requests
Timed LLVM Compilation 1.2.0
pts/build-llvm-1.2.0
- 24 March 2020 -
Update against LLVM 10.0.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.6.0m0--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://github.com/llvm/llvm-project/releases/download/llvmorg-10.0.0/llvm-10.0.0.src.tar.xz</URL> <MD5>693cefdc49d618f828144486a18b473f</MD5> <SHA256>df83a44b3a9a71029049ec101fb0077ecbbdf5fe41e395215025779099a98fdf</SHA256> <FileName>llvm-10.0.0.src.tar.xz</FileName> <FileSize>35733192</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh echo "#!/bin/sh cd build make -s -j \$NUM_CPU_CORES 2>&1 echo \$? > ~/test-exit-status" > build-llvm chmod +x build-llvm
interim.sh
#!/bin/sh cd build make clean
post.sh
#!/bin/sh rm -rf build
pre.sh
#!/bin/sh rm -rf build rm -rf llvm-llvm-10.0.0.src mkdir build tar -xJf llvm-10.0.0.src.tar.xz cd build cmake -DCMAKE_BUILD_TYPE:STRING=Release ../llvm-10.0.0.src
pre_windows.sh
#!/bin/sh rm -rf build rm -rf llvm-10.0.0.src mkdir build tar -xJf llvm-10.0.0.src.tar.xz cd build cmake cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE:STRING=Release ../llvm-10.0.0.src
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.6.0m0--> <PhoronixTestSuite> <SystemMonitor> <Sensor>sys.time</Sensor> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.6.0m0--> <PhoronixTestSuite> <TestInformation> <Title>Timed LLVM Compilation</Title> <AppVersion>10.0</AppVersion> <Description>This test times how long it takes to build the LLVM compiler.</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <SubTitle>Time To Compile</SubTitle> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.2.0</Version> <SupportedPlatforms>Linux, BSD, MacOSX, Windows</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, cmake, python</ExternalDependencies> <ProjectURL>http://www.llvm.org/</ProjectURL> <InternalTags>SMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>