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
[DebugInfo] Avoid re-ordering assignments in LCSSA
[llvm-project.git]
/
llvm
/
tools
/
llvm-dwarfdump
/
CMakeLists.txt
blob
58d8114cbe799d1e62124001277cfce4eb137de1
1
set(LLVM_LINK_COMPONENTS
2
DebugInfoDWARF
3
AllTargetsDescs
4
AllTargetsInfos
5
MC
6
Object
7
Support
8
)
9
10
add_llvm_tool(llvm-dwarfdump
11
SectionSizes.cpp
12
Statistics.cpp
13
llvm-dwarfdump.cpp
14
)
15
16
add_subdirectory(fuzzer)