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-as-fuzzer
/
CMakeLists.txt
blob
ff9bdaaf4c4373db2c362dc3df43c8b779b72c1e
1
if( LLVM_USE_SANITIZE_COVERAGE )
2
set(LLVM_LINK_COMPONENTS
3
AsmParser
4
BitWriter
5
Core
6
Support
7
)
8
add_llvm_tool(llvm-as-fuzzer
9
llvm-as-fuzzer.cpp)
10
target_link_libraries(llvm-as-fuzzer
11
LLVMFuzzer
12
)
13
endif()