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
[libc] Switch to using the generic `<gpuintrin.h>` implementations (#121810)
[llvm-project.git]
/
llvm
/
tools
/
llvm-isel-fuzzer
/
CMakeLists.txt
blob
f30407ae1a5acbdf7843b3667c46367b1173b887
1
set(LLVM_LINK_COMPONENTS
2
AllTargetsAsmParsers
3
AllTargetsCodeGens
4
AllTargetsDescs
5
AllTargetsInfos
6
Analysis
7
AsmPrinter
8
BitReader
9
BitWriter
10
CodeGen
11
Core
12
FuzzerCLI
13
FuzzMutate
14
IRReader
15
MC
16
ScalarOpts
17
SelectionDAG
18
Support
19
Target
20
TargetParser
21
)
22
add_llvm_fuzzer(llvm-isel-fuzzer
23
llvm-isel-fuzzer.cpp
24
DUMMY_MAIN DummyISelFuzzer.cpp
25
)