summaryrefslogtreecommitdiff
path: root/test/ExecutionEngine/MCJIT/lit.local.cfg
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2012-09-06 03:24:09 +0000
committerJim Grosbach <grosbach@apple.com>2012-09-06 03:24:09 +0000
commitae6a2e224802778dd07a8ed8c2513d5ad6eece1f (patch)
treeb62cd28a84cfcd3c4f42243b6b4650a26b486e83 /test/ExecutionEngine/MCJIT/lit.local.cfg
parent2de91673ffcaeb4b047de69eaa8efa9e58950db4 (diff)
downloadllvm-ae6a2e224802778dd07a8ed8c2513d5ad6eece1f.tar.gz
llvm-ae6a2e224802778dd07a8ed8c2513d5ad6eece1f.tar.bz2
llvm-ae6a2e224802778dd07a8ed8c2513d5ad6eece1f.tar.xz
Revert "Enable MCJIT tests on Darwin."
This reverts commit 163278. Works OK on x86_64, but not i386. Will re-enable when that's cleared up. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163290 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 f82e8d26dc..2980ce7081 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']:
+if root.host_os in ['Win32', 'Cygwin', 'MingW', 'Windows', 'Darwin']:
config.unsupported = True