repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[NFC][Py Reformat] Reformat python files in llvm
[llvm-project.git]
/
llvm
/
tools
/
llvm-cfi-verify
/
CMakeLists.txt
blob
647c2f733f295b57579eb0946d1026f5eb92c8c4
1
set(LLVM_LINK_COMPONENTS
2
AllTargetsAsmParsers
3
AllTargetsDescs
4
AllTargetsDisassemblers
5
AllTargetsInfos
6
MC
7
MCParser
8
Object
9
Support
10
Symbolize
11
)
12
13
add_llvm_tool(llvm-cfi-verify
14
llvm-cfi-verify.cpp
15
)
16
17
add_subdirectory(lib)
18
target_link_libraries(llvm-cfi-verify PRIVATE LLVMCFIVerify)