1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 02:33:06 +01:00
llvm-mirror/unittests/tools/llvm-exegesis
Tom Stellard ffb4271d86 Merge all the llvm-exegesis unit tests into a single binary
These tests access private symbols in the backends, so they cannot link
against libLLVM.so and must be statically linked.  Linking these tests
can be slow and with debug builds the resulting binaries use a lot of
disk space.

By merging them into a single test binary means we now only need to
statically link 1 test instead of 6, which helps reduce the build
times and saves disk space.

Reviewed By: courbet

Differential Revision: https://reviews.llvm.org/D106464
2021-07-26 22:07:07 -07:00
..
AArch64 Merge all the llvm-exegesis unit tests into a single binary 2021-07-26 22:07:07 -07:00
ARM Merge all the llvm-exegesis unit tests into a single binary 2021-07-26 22:07:07 -07:00
Common Recommit: "[llvm-exegesis] Improve error reporting in Assembler.cpp" 2020-02-19 14:40:28 +01:00
Mips Merge all the llvm-exegesis unit tests into a single binary 2021-07-26 22:07:07 -07:00
PowerPC Merge all the llvm-exegesis unit tests into a single binary 2021-07-26 22:07:07 -07:00
X86 Merge all the llvm-exegesis unit tests into a single binary 2021-07-26 22:07:07 -07:00
BenchmarkRunnerTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
ClusteringTest.cpp [llvm-exegesis] Introduce a 'naive' clustering algorithm (PR40880) 2019-03-28 08:55:01 +00:00
CMakeLists.txt Merge all the llvm-exegesis unit tests into a single binary 2021-07-26 22:07:07 -07:00
PerfHelperTest.cpp [llvm-exegesis][NFC] Let the pfm::Counter own the PerfHelper. 2020-04-08 15:37:30 +02:00
RegisterValueTest.cpp [llvm-exegesis][NFC] Remove extra llvm:: qualifications. 2019-10-09 11:29:21 +00:00
SnippetGeneratorTest.cpp [llvm-exegesis] CombinationGenerator: don't store function_ref 2020-02-12 23:33:23 +03:00