Skip to content

Commit af10702

Browse files
committed
Merge branch 'ah/make-fuzz-all-doc-update'
Update insn in Makefile comments to run fuzz-all target. * ah/make-fuzz-all-doc-update: Makefile: update 'make fuzz-all' docs to reflect modern clang
2 parents c691e91 + 68b5c3a commit af10702

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3299,11 +3299,11 @@ cover_db_html: cover_db
32993299
# are not necessarily appropriate for general builds, and that vary greatly
33003300
# depending on the compiler version used.
33013301
#
3302-
# An example command to build against libFuzzer from LLVM 4.0.0:
3302+
# An example command to build against libFuzzer from LLVM 11.0.0:
33033303
#
33043304
# 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 \
3305+
# CFLAGS="-fsanitize=fuzzer-no-link,address" \
3306+
# LIB_FUZZING_ENGINE="-fsanitize=fuzzer" \
33073307
# fuzz-all
33083308
#
33093309
FUZZ_CXXFLAGS ?= $(CFLAGS)

0 commit comments

Comments
 (0)