repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ARM] Add support for MVE pre and post inc loads and stores
[llvm-core.git]
/
tools
/
llvm-cfi-verify
/
CMakeLists.txt
blob
ae12bec5e8073bf40ee0a4513ba4714ef4aafc67
1
set(LLVM_LINK_COMPONENTS
2
AllTargetsAsmPrinters
3
AllTargetsAsmParsers
4
AllTargetsDescs
5
AllTargetsDisassemblers
6
AllTargetsInfos
7
MC
8
MCParser
9
Object
10
Support
11
Symbolize
12
)
13
14
add_llvm_tool(llvm-cfi-verify
15
llvm-cfi-verify.cpp
16
)
17
18
add_subdirectory(lib)
19
target_link_libraries(llvm-cfi-verify PRIVATE LLVMCFIVerify)