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/X86
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
..
AssemblerTest.cpp
BenchmarkResultTest.cpp Merge all the llvm-exegesis unit tests into a single binary 2021-07-26 22:07:07 -07:00
CMakeLists.txt Merge all the llvm-exegesis unit tests into a single binary 2021-07-26 22:07:07 -07:00
RegisterAliasingTest.cpp Merge all the llvm-exegesis unit tests into a single binary 2021-07-26 22:07:07 -07:00
SchedClassResolutionTest.cpp Merge all the llvm-exegesis unit tests into a single binary 2021-07-26 22:07:07 -07:00
SnippetFileTest.cpp [llvm] [unittests] Remove temporary files after they're not needed 2020-09-02 00:34:44 +03:00
SnippetGeneratorTest.cpp Merge all the llvm-exegesis unit tests into a single binary 2021-07-26 22:07:07 -07:00
SnippetRepetitorTest.cpp [llvm-exegesis] Loop unrolling for loop snippet repetitor mode 2021-05-25 12:08:27 +03:00
TargetTest.cpp Merge all the llvm-exegesis unit tests into a single binary 2021-07-26 22:07:07 -07:00
TestBase.h