repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[llvm-objcopy] - Remove python invocations from 2 test cases.
[llvm-complete.git]
/
tools
/
sancov
/
CMakeLists.txt
blob
2a7707289335d6fd894c41948d38546f24da51ea
1
set(LLVM_LINK_COMPONENTS
2
AllTargetsAsmPrinters
3
AllTargetsDescs
4
AllTargetsDisassemblers
5
AllTargetsInfos
6
DebugInfoDWARF
7
DebugInfoPDB
8
MC
9
MCDisassembler
10
Object
11
Support
12
Symbolize
13
)
14
15
add_llvm_tool(sancov
16
sancov.cpp
17
)