mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-23 12:45:47 +00:00
952c84f10b
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@260405 91177308-0d34-0410-b5e6-96231b3b80d8
9 lines
221 B
INI
9 lines
221 B
INI
import sys
|
|
|
|
if config.root.host_arch not in ['i386', 'x86', 'x86_64', 'AMD64']:
|
|
config.unsupported = True
|
|
|
|
# FIXME: These tests don't pass with the COFF rtld.
|
|
if sys.platform == 'win32':
|
|
config.unsupported = True
|