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
[RISCV] Support postRA vsetvl insertion pass (#70549)
[llvm-project.git]
/
llvm
/
tools
/
llvm-dwarfutil
/
CMakeLists.txt
blob
23a526782dd7b87d5054eea48ee9479d2e32d849
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
DWARFLinkerClassic
12
DWARFLinkerParallel
13
DebugInfoDWARF
14
MC
15
ObjCopy
16
Object
17
Option
18
Support
19
Target
20
TargetParser
21
)
22
23
add_llvm_tool(llvm-dwarfutil
24
llvm-dwarfutil.cpp
25
DebugInfoLinker.cpp
26
27
DEPENDS
28
intrinsics_gen
29
${tablegen_deps}
30
)