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
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
llvm
/
tools
/
llvm-dwarfutil
/
CMakeLists.txt
blob
b2585799b10c13c862b9442c888ca6d4e4726bce
1
set(LLVM_TARGET_DEFINITIONS Options.td)
2
tablegen(LLVM Options.inc -gen-opt-parser-defs)
3
add_public_tablegen_target(DwarfutilTableGen)
4
5
set(LLVM_LINK_COMPONENTS
6
AllTargetsCodeGens
7
AllTargetsDescs
8
AllTargetsInfos
9
CodeGenTypes
10
DWARFLinker
11
DWARFLinkerParallel
12
DebugInfoDWARF
13
MC
14
ObjCopy
15
Object
16
Option
17
Support
18
Target
19
TargetParser
20
)
21
22
add_llvm_tool(llvm-dwarfutil
23
llvm-dwarfutil.cpp
24
DebugInfoLinker.cpp
25
26
DEPENDS
27
intrinsics_gen
28
${tablegen_deps}
29
)