mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
20b0a105aa
We could create a tools/gold/PowerPC and a tools/gold/X86, but it doesn't seem worth it. llvm-svn: 217267
5 lines
165 B
INI
5 lines
165 B
INI
if (not 'ld_plugin' in config.available_features or
|
|
not 'X86' in config.root.targets or
|
|
not 'PowerPC' in config.root.targets):
|
|
config.unsupported = True
|