We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c691e91 + 68b5c3a commit af10702Copy full SHA for af10702
Makefile
@@ -3299,11 +3299,11 @@ cover_db_html: cover_db
3299
# are not necessarily appropriate for general builds, and that vary greatly
3300
# depending on the compiler version used.
3301
#
3302
-# An example command to build against libFuzzer from LLVM 4.0.0:
+# An example command to build against libFuzzer from LLVM 11.0.0:
3303
3304
# make CC=clang CXX=clang++ \
3305
-# CFLAGS="-fsanitize-coverage=trace-pc-guard -fsanitize=address" \
3306
-# LIB_FUZZING_ENGINE=/usr/lib/llvm-4.0/lib/libFuzzer.a \
+# CFLAGS="-fsanitize=fuzzer-no-link,address" \
+# LIB_FUZZING_ENGINE="-fsanitize=fuzzer" \
3307
# fuzz-all
3308
3309
FUZZ_CXXFLAGS ?= $(CFLAGS)
0 commit comments