Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
x265
FFmpeg
Newest Tests
LiteRT
WarpX
Epoch
Valkey
Whisperfile
XNNPACK
Recently Updated Tests
ASTC Encoder
SVT-AV1
Unvanquished
Primesieve
XNNPACK
oneDNN
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.0.1
pts/build-llvm-1.0.1
- 08 March 2018 -
Windows support.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.0.0m0--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://releases.llvm.org/4.0.1/llvm-4.0.1.src.tar.xz</URL> <MD5>a818e70321b91e2bb2d47e60edd5408f</MD5> <SHA256>da783db1f82d516791179fe103c71706046561f7972b18f0049242dee6712b51</SHA256> <FileSize>21065652</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh echo "#!/bin/sh cd build make -s -j \$NUM_CPU_JOBS 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-4.0.1.src mkdir build tar -xJf llvm-4.0.1.src.tar.xz cd build cmake -DCMAKE_BUILD_TYPE:STRING=Release ../llvm-4.0.1.src
pre_windows.sh
#!/bin/sh rm -rf build rm -rf llvm-4.0.1.src mkdir build tar -xJf llvm-4.0.1.src.tar.xz cd build cmake cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE:STRING=Release ../llvm-4.0.1.src
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.0.0m0--> <PhoronixTestSuite> <SystemMonitor> <Sensor>sys.time</Sensor> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.0.0m0--> <PhoronixTestSuite> <TestInformation> <Title>Timed LLVM Compilation</Title> <AppVersion>4.0.1</AppVersion> <Description>This test times how long it takes to build the LLVM compiler stack.</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <SubTitle>Time To Compile</SubTitle> </TestInformation> <TestProfile> <Version>1.0.1</Version> <SupportedPlatforms>Linux, BSD, macOS, 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>