Make sanitizer used for Fuzz testing configurable via FUZZ_SANITIZER
This commit is contained in:
committed by
Patrick Niklaus
parent
2557bdcf39
commit
3a0eed2ee5
+1
-1
@@ -8,7 +8,7 @@
|
||||
# - make more user friendly, at the moment we require you to build and install libFuzzer.a
|
||||
# - pick up LLVM_ROOT
|
||||
# - build libFuzzer on the fly
|
||||
#
|
||||
#
|
||||
# clang++ -std=c++11 -stdlib=libc++ -c -g -O2 ~/llvm/lib/Fuzzer/*.cpp -I~/llvm/lib/Fuzzer
|
||||
# ar ruv libFuzzer.a Fuzzer*.o
|
||||
|
||||
|
||||
Reference in New Issue
Block a user