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
Commit r331416 breaks the big-endian PPC bot. On the big endian build, we
[llvm-core.git]
/
tools
/
llvm-opt-fuzzer
/
CMakeLists.txt
blob
39f94a681e2957d8b8f6632e62b45555563a04e7
1
set(LLVM_LINK_COMPONENTS
2
${LLVM_TARGETS_TO_BUILD}
3
Analysis
4
BitReader
5
BitWriter
6
CodeGen
7
Core
8
Coroutines
9
IPO
10
IRReader
11
AggressiveInstCombine
12
InstCombine
13
Instrumentation
14
FuzzMutate
15
MC
16
ObjCARCOpts
17
ScalarOpts
18
Support
19
Target
20
TransformUtils
21
Vectorize
22
Passes
23
)
24
25
add_llvm_fuzzer(llvm-opt-fuzzer llvm-opt-fuzzer.cpp
26
DUMMY_MAIN DummyOptFuzzer.cpp)