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
[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git]
/
llvm
/
tools
/
llvm-dwarfutil
/
CMakeLists.txt
blob
99af9cd39f5ced5f0f07eb895681c00ff3dd3f5b
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
DebugInfoDWARF
7
DWARFLinker
8
MC
9
ObjCopy
10
Object
11
Option
12
Support
13
Target
14
AllTargetsCodeGens
15
AllTargetsDescs
16
AllTargetsInfos
17
)
18
19
add_llvm_tool(llvm-dwarfutil
20
llvm-dwarfutil.cpp
21
DebugInfoLinker.cpp
22
23
DEPENDS
24
intrinsics_gen
25
${tablegen_deps}
26
)