mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-27 13:30:05 +00:00
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
This commit is contained in:
parent
2de91673ff
commit
ae6a2e2248
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user