[PATCH] D37156: [SanitizeCoverage] Enable stack-depth coverage for -fsanitize=fuzzer

Matt Morehouse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 25 15:49:19 PDT 2017


morehouse reopened this revision.
morehouse added a comment.
This revision is now accepted and ready to land.

Turns out I should have been testing the benchmarks with `FUZZING_ENGINE=fsanitize_fuzzer`.  My mistake.

After adding the weak reference to SanitizerCoverage.cpp, both lcms and proj4 build with `fsanitize_fuzzer`.


Repository:
  rL LLVM

https://reviews.llvm.org/D37156





More information about the llvm-commits mailing list