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
[llvm-exegesis] Add ability to assign perf counters to specific PID
[llvm-project.git]
/
llvm
/
tools
/
llvm-itanium-demangle-fuzzer
/
CMakeLists.txt
blob
18b160d2b9c8b6a12bfc2e820f9cb245e277d8ae
1
set(LLVM_LINK_COMPONENTS
2
Demangle
3
FuzzerCLI
4
Support
5
)
6
7
add_llvm_fuzzer(llvm-itanium-demangle-fuzzer
8
llvm-itanium-demangle-fuzzer.cpp
9
DUMMY_MAIN DummyDemanglerFuzzer.cpp
10
)