1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

llvm/test/LTO should run also on cygwin.

llvm-svn: 192262
This commit is contained in:
NAKAMURA Takumi 2013-10-09 01:07:31 +00:00
parent 15624ed0ea
commit 942a2fc0cb

View File

@ -1,6 +1,3 @@
targets = set(config.root.targets_to_build.split())
if not 'X86' in targets:
config.unsupported = True
if config.root.host_os in ['Cygwin']:
config.unsupported = True