From: Ethan Jones Date: Mon, 22 Oct 2018 16:19:13 +0000 (-0500) Subject: Fix libFuzzer location in makefile. X-Git-Tag: v1.3.8~71^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1382%2Fhead;p=thirdparty%2Fzstd.git Fix libFuzzer location in makefile. libFuzzer was moved into compiler-rt, update the repo location accordingly. --- diff --git a/tests/fuzz/Makefile b/tests/fuzz/Makefile index 1530138cf..4130f18e3 100644 --- a/tests/fuzz/Makefile +++ b/tests/fuzz/Makefile @@ -99,7 +99,7 @@ libregression.a: $(FUZZ_HEADERS) $(PRGDIR)/util.h $(PRGDIR)/util.c regression_dr .PHONY: libFuzzer libFuzzer: @$(RM) -rf Fuzzer - @git clone https://chromium.googlesource.com/chromium/llvm-project/llvm/lib/Fuzzer + @git clone https://chromium.googlesource.com/chromium/llvm-project/compiler-rt/lib/fuzzer Fuzzer @cd Fuzzer && ./build.sh corpora/%_seed_corpus.zip: