mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-11 22:29:37 +00:00
Temporarily disabled the MCJIT tests for Darwin, because the RuntimeDyldMachO has a problems with relocations for 32bit x86.
llvm-svn: 157035
This commit is contained in:
parent
77eb6dc0fd
commit
0d982140e7
@ -16,5 +16,5 @@ else:
|
||||
if root.host_arch not in ['x86', 'x86_64', 'ARM']:
|
||||
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…
x
Reference in New Issue
Block a user