mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
e3d7c43704
llvm-svn: 190822
5 lines
108 B
INI
5 lines
108 B
INI
targets = set(config.root.targets_to_build.split())
|
|
if not 'ARM' in targets:
|
|
config.unsupported = True
|
|
|