mirror of
https://github.com/facebook/zstd.git
synced 2025-11-27 00:05:09 -05:00
Fix libFuzzer location in makefile.
libFuzzer was moved into compiler-rt, update the repo location accordingly.
This commit is contained in:
parent
f2cff22804
commit
953c7b9463
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user