1if(LLVM_TARGETS_TO_BUILD MATCHES "X86") 2 add_subdirectory( 3 llvm-cfi-verify 4 ) 5endif() 6 7add_subdirectory( 8 llvm-exegesis 9) 10 11