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
[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git]
/
llvm
/
tools
/
sancov
/
CMakeLists.txt
blob
a174ddf618eed6760f90da6822847ed1dcabc191
1
set(LLVM_LINK_COMPONENTS
2
AllTargetsDescs
3
AllTargetsDisassemblers
4
AllTargetsInfos
5
MC
6
MCDisassembler
7
Object
8
Option
9
Support
10
Symbolize
11
TargetParser
12
)
13
14
set(LLVM_TARGET_DEFINITIONS Opts.td)
15
tablegen(LLVM Opts.inc -gen-opt-parser-defs)
16
add_public_tablegen_target(SancovOptsTableGen)
17
18
add_llvm_tool(sancov
19
sancov.cpp
20
21
DEPENDS
22
SancovOptsTableGen
23
GENERATE_DRIVER
24
)