[PATCH] D45614: [llvm-exegesis] Run unit tests on more platforms.
Clement Courbet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 13 02:00:38 PDT 2018
courbet created this revision.
courbet added a reviewer: gchatelet.
Herald added subscribers: tschuett, mgorny.
- 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.
Repository:
rL LLVM
https://reviews.llvm.org/D45614
Files:
unittests/tools/CMakeLists.txt
unittests/tools/llvm-exegesis/CMakeLists.txt
unittests/tools/llvm-exegesis/InMemoryAssemblerTest.cpp
unittests/tools/llvm-exegesis/InstructionSnippetGeneratorTest.cpp
unittests/tools/llvm-exegesis/X86/CMakeLists.txt
unittests/tools/llvm-exegesis/X86/InMemoryAssemblerTest.cpp
unittests/tools/llvm-exegesis/X86/InstructionSnippetGeneratorTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45614.142358.patch
Type: text/x-patch
Size: 6202 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180413/5622d81d/attachment.bin>
More information about the llvm-commits
mailing list