- Target-independent tests are run all the time.
- Tests that codegen X86 code are run when X86 is in build targets.
- Tests that run X86 jitted code are run only on X86 hosts.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D45614
[llvm-exegesis] Run unit tests on more platforms. ClosedPublic Authored by courbet on Apr 13 2018, 2:00 AM.
Details Summary
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 13 2018, 2:10 AM Closed by commit rL330008: [llvm-exegesis] Run unit tests on more platforms. (authored by courbet). · Explain WhyApr 13 2018, 5:25 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 142384 llvm/trunk/unittests/tools/CMakeLists.txt
llvm/trunk/unittests/tools/llvm-exegesis/CMakeLists.txt
llvm/trunk/unittests/tools/llvm-exegesis/InMemoryAssemblerTest.cpp
llvm/trunk/unittests/tools/llvm-exegesis/InstructionSnippetGeneratorTest.cpp
llvm/trunk/unittests/tools/llvm-exegesis/X86/CMakeLists.txt
llvm/trunk/unittests/tools/llvm-exegesis/X86/InMemoryAssemblerTest.cpp
llvm/trunk/unittests/tools/llvm-exegesis/X86/InstructionSnippetGeneratorTest.cpp
|