Make sanitizer used for Fuzz testing configurable via FUZZ_SANITIZER

This commit is contained in:
Daniel J. Hofmann
2016-04-13 09:43:03 +02:00
committed by Patrick Niklaus
parent 2557bdcf39
commit 3a0eed2ee5
2 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -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