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-assemble-fuzzer
/
CMakeLists.txt
blob
ff9d38192e6732b4d972a8f98b055735da6b95a7
1
set(LLVM_LINK_COMPONENTS
2
AllTargetsAsmParsers
3
AllTargetsDescs
4
AllTargetsInfos
5
MC
6
MCParser
7
Support
8
TargetParser
9
)
10
11
add_llvm_fuzzer(llvm-mc-assemble-fuzzer
12
llvm-mc-assemble-fuzzer.cpp
13
)