[compiler-rt] r325246 - Enable test/asan for NetBSD
Kamil Rytarowski via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 15 07:00:00 PST 2018
Author: kamil
Date: Thu Feb 15 06:59:59 2018
New Revision: 325246
URL: http://llvm.org/viewvc/llvm-project?rev=325246&view=rev
Log:
Enable test/asan for NetBSD
Sponsored by <The NetBSD Foundation>
Modified:
compiler-rt/trunk/test/asan/lit.cfg
Modified: compiler-rt/trunk/test/asan/lit.cfg
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/lit.cfg?rev=325246&r1=325245&r2=325246&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/lit.cfg (original)
+++ compiler-rt/trunk/test/asan/lit.cfg Thu Feb 15 06:59:59 2018
@@ -209,7 +209,7 @@ else:
config.substitutions.append(('%pie', '-pie'))
# Only run the tests on supported OSs.
-if config.host_os not in ['Linux', 'Darwin', 'FreeBSD', 'SunOS', 'Windows']:
+if config.host_os not in ['Linux', 'Darwin', 'FreeBSD', 'SunOS', 'Windows', 'NetBSD']:
config.unsupported = True
if config.host_os == 'Darwin':
More information about the llvm-commits
mailing list