5 lines
85 B
CMake
5 lines
85 B
CMake
|
if(LLVM_TARGETS_TO_BUILD MATCHES "X86")
|
||
|
add_subdirectory(llvm-cfi-verify)
|
||
|
endif()
|
||
|
|