]> git.ipfire.org Git - thirdparty/zstd.git/commit
[fuzz] Improve fuzzer build script and docs 1736/head
authorNick Terrell <terrelln@fb.com>
Tue, 20 Aug 2019 18:33:33 +0000 (11:33 -0700)
committerNick Terrell <terrelln@fb.com>
Tue, 20 Aug 2019 23:44:50 +0000 (16:44 -0700)
commit3982935aefbd6e8c0a8ceb7d54afc5b97f188fc7
treee8b9ebe4e87335b8a6ae339affe70802514930a0
parentc9072ee674c9a928281286022f4d9393b0d113ec
[fuzz] Improve fuzzer build script and docs

* Remove the `make libFuzzer` target since it is broken and obsoleted
  by `CC=clang CXX=clang++ ./fuzz.py build all --enable-fuzzer`. The
  new `-fsanitize=fuzzer` is much better because it works with MSAN
  by default.
* Improve the `./fuzz.py gen` command by making the input type explicit
  when creating a new target.
* Update the `README` for `--enable-fuzzer`.

Fixes #1727.
tests/fuzz/Makefile
tests/fuzz/README.md
tests/fuzz/fuzz.py