summaryrefslogtreecommitdiff
path: root/test/ubsan_minimal
diff options
context:
space:
mode:
authorVedant Kumar <vsk@apple.com>2017-09-11 21:37:53 +0000
committerVedant Kumar <vsk@apple.com>2017-09-11 21:37:53 +0000
commitd65db8479fb9ff1f4e313d7d90bb92f6f59bafe1 (patch)
treefc1de439dc9a8da489a6e7994e8e5f8f108bb6ed /test/ubsan_minimal
parent81aed931b6ebd1c6f70920b492676c514ea99d8b (diff)
[ubsan-minimal] Enable on Darwin
Testing: check-ubsan-minimal Differential Revision: https://reviews.llvm.org/D37646 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@312959 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/ubsan_minimal')
-rw-r--r--test/ubsan_minimal/lit.common.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ubsan_minimal/lit.common.cfg b/test/ubsan_minimal/lit.common.cfg
index 45db6a6f6..6f239ede6 100644
--- a/test/ubsan_minimal/lit.common.cfg
+++ b/test/ubsan_minimal/lit.common.cfg
@@ -30,7 +30,7 @@ config.substitutions.append( ("%clangxx ", build_invocation(clang_ubsan_cxxflags
config.suffixes = ['.c', '.cc', '.cpp']
# Check that the host supports UndefinedBehaviorSanitizerMinimal tests
-if config.host_os not in ['Linux', 'FreeBSD', 'NetBSD']: # TODO: Darwin, Windows
+if config.host_os not in ['Linux', 'FreeBSD', 'NetBSD', 'Darwin']: # TODO: Windows
config.unsupported = True
config.available_features.add('arch=' + config.target_arch)