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