[PATCH] D20947: [LibFuzzer] Disable building and running LSan tests on Apple platforms because LSan is not currently supported.
Dan Liew via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 6 16:14:48 PDT 2016
delcypher added inline comments.
================
Comment at: lib/Fuzzer/test/CMakeLists.txt:97
@@ +96,3 @@
+ message(WARNING "Leak sanitizer is not supported on Apple platforms."
+ " Building and running LibFuzzer leak sanitizer tests is disabled."
+ )
----------------
kcc wrote:
> delcypher wrote:
> > kcc wrote:
> > > LeakSanitizer
> > The error message for the "DataflowSanitizer" tests is similarly worded. Do you want that fixed too?
> Yes, would be great.
@kcc: I will this as part of a separate patch because that is unrelated to this change.
http://reviews.llvm.org/D20947
More information about the llvm-commits
mailing list