summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/msan/lit.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/test/msan/lit.cfg')
-rw-r--r--compiler-rt/test/msan/lit.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/msan/lit.cfg b/compiler-rt/test/msan/lit.cfg
index cac26099987..550d04d0812 100644
--- a/compiler-rt/test/msan/lit.cfg
+++ b/compiler-rt/test/msan/lit.cfg
@@ -29,7 +29,7 @@ config.substitutions.append( ("%clangxx_msan ", build_invocation(clang_msan_cxxf
# Default test suffixes.
config.suffixes = ['.c', '.cc', '.cpp']
-if config.host_os not in ['Linux', 'NetBSD']:
+if config.host_os not in ['Linux', 'NetBSD', 'FreeBSD']:
config.unsupported = True
# For mips64, mips64el we have forced store_context_size to 1 because these
OpenPOWER on IntegriCloud