mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-07 01:38:26 +00:00
Enable MCJIT tests on Darwin.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163278 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ad51a4a598
commit
88a7e92fe1
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user