forked from OSchip/llvm-project
[compiler-rt] [fuzzer] Enable LSan in libFuzzer tests on NetBSD
This commit is contained in:
parent
7026b34702
commit
d15241ed2c
|
@ -28,7 +28,6 @@ config.test_format = lit.formats.ShTest(execute_external)
|
||||||
# LeakSanitizer is not supported on OSX or Windows right now.
|
# LeakSanitizer is not supported on OSX or Windows right now.
|
||||||
if (sys.platform.startswith('darwin') or
|
if (sys.platform.startswith('darwin') or
|
||||||
sys.platform.startswith('freebsd') or
|
sys.platform.startswith('freebsd') or
|
||||||
sys.platform.startswith('netbsd') or
|
|
||||||
sys.platform.startswith('win')):
|
sys.platform.startswith('win')):
|
||||||
lit_config.note('lsan feature unavailable')
|
lit_config.note('lsan feature unavailable')
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in New Issue