mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
e9da1f048c
Summary: - 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. Reviewers: gchatelet Subscribers: mgorny, llvm-commits, tschuett Differential Revision: https://reviews.llvm.org/D45614 llvm-svn: 330008
11 lines
130 B
CMake
11 lines
130 B
CMake
if(LLVM_TARGETS_TO_BUILD MATCHES "X86")
|
|
add_subdirectory(
|
|
llvm-cfi-verify
|
|
)
|
|
endif()
|
|
|
|
add_subdirectory(
|
|
llvm-exegesis
|
|
)
|
|
|