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-shlib] Fix the version naming style of libLLVM for Windows (#85710)
[llvm-project.git]
/
bolt
/
tools
/
llvm-bolt-fuzzer
/
CMakeLists.txt
blob
f21285f634bad3c4bdc265419f879f0bc33066bd
1
set(LLVM_LINK_COMPONENTS
2
${LLVM_TARGETS_TO_BUILD}
3
)
4
5
add_llvm_fuzzer(llvm-bolt-fuzzer
6
llvm-bolt-fuzzer.cpp
7
8
DISABLE_LLVM_LINK_LLVM_DYLIB
9
)
10
11
if (TARGET llvm-bolt-fuzzer)
12
target_link_libraries(llvm-bolt-fuzzer PRIVATE LLVMBOLTRewrite)
13
endif()