hanchenye-llvm-project/llvm/unittests/tools/CMakeLists.txt

11 lines
130 B
CMake

if(LLVM_TARGETS_TO_BUILD MATCHES "X86")
add_subdirectory(
llvm-cfi-verify
)
endif()
add_subdirectory(
llvm-exegesis
)