summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-03-19 22:25:39 (GMT)
committerJunio C Hamano <gitster@pobox.com>2021-03-19 22:25:39 (GMT)
commitaf107029b1b10f56b7e8b35ea605eab54f4efbe2 (patch)
tree5113884ee8dca1e0b820d3d379841b1de0faa8b6
parentc691e918f47488e08eee5c56500821307b390592 (diff)
parent68b5c3aa48980bcbe2ec2c1336b615baf1935613 (diff)
downloadgit-af107029b1b10f56b7e8b35ea605eab54f4efbe2.zip
git-af107029b1b10f56b7e8b35ea605eab54f4efbe2.tar.gz
git-af107029b1b10f56b7e8b35ea605eab54f4efbe2.tar.bz2
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
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index dfb0f10..f3dc217 100644
--- a/Makefile
+++ b/Makefile
@@ -3299,11 +3299,11 @@ cover_db_html: cover_db
# are not necessarily appropriate for general builds, and that vary greatly
# depending on the compiler version used.
#
-# An example command to build against libFuzzer from LLVM 4.0.0:
+# An example command to build against libFuzzer from LLVM 11.0.0:
#
# make CC=clang CXX=clang++ \
-# CFLAGS="-fsanitize-coverage=trace-pc-guard -fsanitize=address" \
-# LIB_FUZZING_ENGINE=/usr/lib/llvm-4.0/lib/libFuzzer.a \
+# CFLAGS="-fsanitize=fuzzer-no-link,address" \
+# LIB_FUZZING_ENGINE="-fsanitize=fuzzer" \
# fuzz-all
#
FUZZ_CXXFLAGS ?= $(CFLAGS)