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
Remove the default clause from a fully-covering switch
[llvm-core.git]
/
tools
/
sancov
/
CMakeLists.txt
blob
e92b1fcbb86257a2adbff3cce4123804c23a48eb
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.cc
17
)