repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[lib/ObjectYAML] - Change interface to return `bool` instead of `int`. NFCI
[llvm-complete.git]
/
tools
/
llvm-dwarfdump
/
fuzzer
/
CMakeLists.txt
blob
318c4f7bfce44be75b62d077e4504671636fc5a5
1
set(LLVM_LINK_COMPONENTS
2
DebugInfoDWARF
3
Object
4
Support
5
)
6
7
add_llvm_fuzzer(llvm-dwarfdump-fuzzer
8
EXCLUDE_FROM_ALL
9
llvm-dwarfdump-fuzzer.cpp
10
)