projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad51a4a
)
Enable MCJIT tests on Darwin.
author
Jim Grosbach
<grosbach@apple.com>
Thu, 6 Sep 2012 00:59:06 +0000
(
00:59
+0000)
committer
Jim Grosbach
<grosbach@apple.com>
Thu, 6 Sep 2012 00:59:06 +0000
(
00:59
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163278
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/ExecutionEngine/MCJIT/lit.local.cfg
patch
|
blob
|
history
diff --git
a/test/ExecutionEngine/MCJIT/lit.local.cfg
b/test/ExecutionEngine/MCJIT/lit.local.cfg
index 2980ce70811c1f5debd81064529eb5fb4ba44c06..f82e8d26dcc450ac9ee86544f24288d96fec04de 100644
(file)
--- 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