forked from OSchip/llvm-project
The gold tests also require ppc to be compiled in.
We could create a tools/gold/PowerPC and a tools/gold/X86, but it doesn't seem worth it. llvm-svn: 217267
This commit is contained in:
parent
b582372e87
commit
262b90321a
|
@ -1,3 +1,4 @@
|
|||
if (not 'ld_plugin' in config.available_features or
|
||||
not 'X86' in config.root.targets):
|
||||
not 'X86' in config.root.targets or
|
||||
not 'PowerPC' in config.root.targets):
|
||||
config.unsupported = True
|
||||
|
|
Loading…
Reference in New Issue