mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 12:43:36 +01:00
03b6e12fae
We can just split targets_to_build in one place and make it immutable. llvm-svn: 210496
5 lines
134 B
INI
5 lines
134 B
INI
if not "X86" in config.root.targets:
|
|
config.unsupported = True
|
|
if not "ARM" in config.root.targets:
|
|
config.unsupported = True
|