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
Fix test failures introduced by PR #113697 (#116941)
[llvm-project.git]
/
llvm
/
tools
/
llvm-mc-disassemble-fuzzer
/
CMakeLists.txt
blob
7e3194120664b69d6cf2d26a80f1151f6276a3cd
1
set(LLVM_LINK_COMPONENTS
2
AllTargetsDescs
3
AllTargetsDisassemblers
4
AllTargetsInfos
5
MC
6
MCDisassembler
7
MCParser
8
Support
9
TargetParser
10
)
11
add_llvm_fuzzer(llvm-mc-disassemble-fuzzer
12
llvm-mc-disassemble-fuzzer.cpp
13
)