[compiler-rt] d15241e - [compiler-rt] [fuzzer] Enable LSan in libFuzzer tests on NetBSD
Kamil Rytarowski via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 18 16:16:37 PST 2019
Author: Kamil Rytarowski
Date: 2019-12-19T01:16:14+01:00
New Revision: d15241ed2c23ba1319d3a53b55dcd8251d8f98f3
URL: https://github.com/llvm/llvm-project/commit/d15241ed2c23ba1319d3a53b55dcd8251d8f98f3
DIFF: https://github.com/llvm/llvm-project/commit/d15241ed2c23ba1319d3a53b55dcd8251d8f98f3.diff
LOG: [compiler-rt] [fuzzer] Enable LSan in libFuzzer tests on NetBSD
Added:
Modified:
compiler-rt/test/fuzzer/lit.cfg.py
Removed:
################################################################################
diff --git a/compiler-rt/test/fuzzer/lit.cfg.py b/compiler-rt/test/fuzzer/lit.cfg.py
index 35265659c604..00871b8a94a3 100644
--- a/compiler-rt/test/fuzzer/lit.cfg.py
+++ b/compiler-rt/test/fuzzer/lit.cfg.py
@@ -28,7 +28,6 @@
# LeakSanitizer is not supported on OSX or Windows right now.
if (sys.platform.startswith('darwin') or
sys.platform.startswith('freebsd') or
- sys.platform.startswith('netbsd') or
sys.platform.startswith('win')):
lit_config.note('lsan feature unavailable')
else:
More information about the llvm-commits
mailing list