mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Try harder to disable the LTO tests on windows.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191836 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
dd5d86d992
commit
656d2f8e07
@ -2,5 +2,5 @@ targets = set(config.root.targets_to_build.split())
|
||||
if not 'X86' in targets:
|
||||
config.unsupported = True
|
||||
|
||||
if config.root.host_os in ['Cygwin']:
|
||||
if config.root.host_os in ['Cygwin', 'MingW', 'Windows']:
|
||||
config.unsupported = True
|
||||
|
Loading…
Reference in New Issue
Block a user