This website requires JavaScript.
Explore
Help
Register
Sign In
Magic-Mirror
/
llvm-capstone
Watch
1
Star
0
Fork
0
You've already forked llvm-capstone
mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced
2024-12-28 02:37:37 +00:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
d152d55ab2
llvm-capstone
/
llvm
/
unittests
/
tools
/
CMakeLists.txt
5 lines
85 B
CMake
Raw
Normal View
History
Unescape
Escape
[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. llvm-svn: 315861
2017-10-15 16:55:23 +00:00
if
(
LLVM_TARGETS_TO_BUILD
MATCHES
"X86"
)
Revert r329156 "Add llvm-exegesis tool." Breaks a bunch of bots. llvm-svn: 329157
2018-04-04 08:22:54 +00:00
add_subdirectory
(
llvm-cfi-verify
)
[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. llvm-svn: 315861
2017-10-15 16:55:23 +00:00
endif
(
)
Reference in New Issue
Copy Permalink