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
[NFC][Py Reformat] Reformat python files in llvm
[llvm-project.git]
/
llvm
/
tools
/
llvm-dwarfdump
/
CMakeLists.txt
blob
7c68aaac05d988eb26de8486cbff8fc12232e48c
1
set(LLVM_LINK_COMPONENTS
2
DebugInfoDWARF
3
AllTargetsDescs
4
AllTargetsInfos
5
MC
6
Object
7
Support
8
TargetParser
9
)
10
11
add_llvm_tool(llvm-dwarfdump
12
SectionSizes.cpp
13
Statistics.cpp
14
llvm-dwarfdump.cpp
15
)
16
17
add_subdirectory(fuzzer)