mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-07 19:19:26 +00:00
[unittests] Only build llvm-cfi-verify if X86 is in LLVM_TARGETS_TO_BUILD
The test requires a target for triple x86-64, and it fails in builds that do not have the X86 backend. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@315861 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c2cf105c00
commit
8ceb11ff2e
@ -1 +1,4 @@
|
||||
add_subdirectory(llvm-cfi-verify)
|
||||
if(LLVM_TARGETS_TO_BUILD MATCHES "X86")
|
||||
add_subdirectory(llvm-cfi-verify)
|
||||
endif()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user