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
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
libc
/
fuzzing
/
CMakeLists.txt
blob
a3ef888167ee3c202fe1d2e3ecf87d25fef88a67
1
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fsanitize=fuzzer")
2
add_custom_target(libc-fuzzer)
3
4
add_subdirectory(math)
5
add_subdirectory(stdlib)
6
add_subdirectory(stdio)
7
add_subdirectory(string)