mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
4b5205d2a3
This reverts commit r191670. It was causing build failures on the msvc bots: http://bb.pgr.jp/builders/ninja-clang-i686-msc17-R/builds/5166/steps/compile/logs/stdio git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191679 91177308-0d34-0410-b5e6-96231b3b80d8
7 lines
192 B
INI
7 lines
192 B
INI
targets = set(config.root.targets_to_build.split())
|
|
if not 'X86' in targets:
|
|
config.unsupported = True
|
|
|
|
if config.root.host_os in ['Cygwin', 'MingW', 'Windows']:
|
|
config.unsupported = True
|