mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
ce243cb6ce
llvm-svn: 206166
5 lines
138 B
INI
5 lines
138 B
INI
targets = set(config.root.targets_to_build.split())
|
|
if 'AArch64' not in targets or 'ARM64' not in targets:
|
|
config.unsupported = True
|
|
|