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
[PowerPC] Eliminate compares - add i32 sext/zext handling for SETLE/SETGE
[llvm-core.git]
/
tools
/
llvm-dwarfdump
/
CMakeLists.txt
blob
9a2e53f5a4bb27e82447e45d1ce5263454839f02
1
set(LLVM_LINK_COMPONENTS
2
DebugInfoDWARF
3
Object
4
Support
5
)
6
7
add_llvm_tool(llvm-dwarfdump
8
llvm-dwarfdump.cpp
9
)
10
11
if(LLVM_USE_SANITIZE_COVERAGE)
12
add_subdirectory(fuzzer)
13
endif()