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
Bump version to 19.1.0-rc3
[llvm-project.git]
/
llvm
/
unittests
/
FuzzMutate
/
CMakeLists.txt
blob
c4a5fcf4f14ce177b8995ef9661a6a8f25d3ea7c
1
set(LLVM_LINK_COMPONENTS
2
AsmParser
3
Core
4
FuzzMutate
5
Support
6
)
7
8
add_llvm_unittest(FuzzMutateTests
9
OperationsTest.cpp
10
ReservoirSamplerTest.cpp
11
StrategiesTest.cpp
12
RandomIRBuilderTest.cpp
13
)