OSDN Git Service

[unittests] Only build llvm-cfi-verify if X86 is in LLVM_TARGETS_TO_BUILD
authorKrzysztof Parzyszek <kparzysz@codeaurora.org>
Sun, 15 Oct 2017 16:55:23 +0000 (16:55 +0000)
committerKrzysztof Parzyszek <kparzysz@codeaurora.org>
Sun, 15 Oct 2017 16:55:23 +0000 (16:55 +0000)
commit8ceb11ff2e1728d46b216f9eae1e6399fc522b95
treed54d9f225100919808f5d7d46949aac19bd8a72a
parentc2cf105c00c50efaa41acf5343c62aba621dbfb8
[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
unittests/tools/CMakeLists.txt