1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-24 13:33:37 +02:00
llvm-mirror/test/tools/gold/lit.local.cfg
Rafael Espindola 20b0a105aa 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
2014-09-05 19:01:12 +00:00

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