mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
18f912bd00
The test requires a target for triple x86-64, and it fails in builds that do not have the X86 backend. llvm-svn: 315861
5 lines
85 B
CMake
5 lines
85 B
CMake
if(LLVM_TARGETS_TO_BUILD MATCHES "X86")
|
|
add_subdirectory(llvm-cfi-verify)
|
|
endif()
|
|
|