adding MC dependencies in hopes to pacify the hexagon build.
[oota-llvm.git] / tools / sancov / CMakeLists.txt
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   )