mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-26 17:57:07 +00:00
e1ae337cd5
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
|
|
)
|
|
|