summaryrefslogtreecommitdiff
path: root/test/ExecutionEngine/MCJIT/lit.local.cfg
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2012-09-06 00:59:06 +0000
committerJim Grosbach <grosbach@apple.com>2012-09-06 00:59:06 +0000
commit88a7e92fe1333c3ef3491ff9d688debed8ded4d3 (patch)
treed04f39744962590e4921ffa59de5ffc9f119783d /test/ExecutionEngine/MCJIT/lit.local.cfg
parentad51a4a5984a365d671ddfe9eaa23d2e12ee4281 (diff)
downloadllvm-88a7e92fe1333c3ef3491ff9d688debed8ded4d3.tar.gz
llvm-88a7e92fe1333c3ef3491ff9d688debed8ded4d3.tar.bz2
llvm-88a7e92fe1333c3ef3491ff9d688debed8ded4d3.tar.xz
Enable MCJIT tests on Darwin.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163278 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/ExecutionEngine/MCJIT/lit.local.cfg')
-rw-r--r--test/ExecutionEngine/MCJIT/lit.local.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ExecutionEngine/MCJIT/lit.local.cfg b/test/ExecutionEngine/MCJIT/lit.local.cfg
index 2980ce7081..f82e8d26dc 100644
--- a/test/ExecutionEngine/MCJIT/lit.local.cfg
+++ b/test/ExecutionEngine/MCJIT/lit.local.cfg
@@ -16,5 +16,5 @@ else:
if root.host_arch not in ['x86', 'x86_64', 'ARM', 'Mips']:
config.unsupported = True
-if root.host_os in ['Win32', 'Cygwin', 'MingW', 'Windows', 'Darwin']:
+if root.host_os in ['Win32', 'Cygwin', 'MingW', 'Windows']:
config.unsupported = True