[PATCH] D20662: [LibFuzzer] Emit error during configuration if LLVM_USE_SANITIZER is not correctly set.

Kostya Serebryany via llvm-commits llvm-commits at lists.llvm.org
Thu May 26 09:56:57 PDT 2016


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

I would rephrase it to something like this: 
Currently libFuzzer and its tests require LLVM_USE_SANITIZER=Address and LLVM_USE_SANITIZE_COVERAGE=YES to be set. 
Ok to commit with such or similar phrasing.


http://reviews.llvm.org/D20662





More information about the llvm-commits mailing list