summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/sanitizer_common/lit.common.cfg
diff options
context:
space:
mode:
authorKamil Rytarowski <n54@gmx.com>2018-01-18 11:49:45 +0000
committerKamil Rytarowski <n54@gmx.com>2018-01-18 11:49:45 +0000
commitba91a689a167970ad00d7ef5a920609e716abcdb (patch)
tree281d1dc66044b4aa396a510421c98c5fd2fae354 /compiler-rt/test/sanitizer_common/lit.common.cfg
parent124d5eb96ef106f1ba33c64fc314a34b7eb53dc7 (diff)
downloadbcm5719-llvm-ba91a689a167970ad00d7ef5a920609e716abcdb.tar.gz
bcm5719-llvm-ba91a689a167970ad00d7ef5a920609e716abcdb.zip
Enable sanitizer_common tests on NetBSD
Summary: NetBSD can handle asan, ubsan, msan, tsan tests on 64-bit and when applicable 32-bit X86 OS. Sponsored by <The NetBSD Foundation> Reviewers: joerg, vitalybuka Subscribers: srhines, llvm-commits, kubamracek, mgorny, #sanitizers Tags: #sanitizers Differential Revision: https://reviews.llvm.org/D42236 llvm-svn: 322842
Diffstat (limited to 'compiler-rt/test/sanitizer_common/lit.common.cfg')
-rw-r--r--compiler-rt/test/sanitizer_common/lit.common.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/sanitizer_common/lit.common.cfg b/compiler-rt/test/sanitizer_common/lit.common.cfg
index c7a1682f740..72e3e5e1085 100644
--- a/compiler-rt/test/sanitizer_common/lit.common.cfg
+++ b/compiler-rt/test/sanitizer_common/lit.common.cfg
@@ -59,5 +59,5 @@ config.substitutions.append( ('%env_tool_opts=',
config.suffixes = ['.c', '.cc', '.cpp']
-if config.host_os not in ['Linux', 'Darwin']:
+if config.host_os not in ['Linux', 'Darwin', 'NetBSD']:
config.unsupported = True
OpenPOWER on IntegriCloud