diff options
Diffstat (limited to 'test/msan/lit.cfg')
-rw-r--r-- | test/msan/lit.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/msan/lit.cfg b/test/msan/lit.cfg index cac260999877..550d04d0812b 100644 --- a/test/msan/lit.cfg +++ b/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 |