[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
Fri Jun 3 11:17:56 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:
> LeakSanitizer
The error message for the "DataflowSanitizer" tests is similarly worded. Do you want that fixed too?


http://reviews.llvm.org/D20947





More information about the llvm-commits mailing list