repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[UpdateCCTestChecks] Detect function mangled name on separate line
[llvm-core.git]
/
tools
/
llvm-dwarfdump
/
CMakeLists.txt
blob
77620e0faaf81baf525f1f998da30012dededf9b
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
Statistics.cpp
12
llvm-dwarfdump.cpp
13
)
14
15
add_subdirectory(fuzzer)