mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-13 23:18:51 +00:00
2c6e1cf1dd
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193235 91177308-0d34-0410-b5e6-96231b3b80d8
6 lines
162 B
INI
6 lines
162 B
INI
targets = set(config.root.targets_to_build.split())
|
|
if not "X86" in targets:
|
|
config.unsupported = True
|
|
if not "ARM" in targets:
|
|
config.unsupported = True
|