1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-25 14:02:52 +02:00
llvm-mirror/test/tools/gold/lit.local.cfg
Rafael Espindola 69fc62dba7 Start adding some tests for the gold plugin.
These are only used when the 'ld' in the path is gold and the plugin has
been built, but it is already a start to make sure we don't regress features
that cannot be tested with llvm-lto.

llvm-svn: 214058
2014-07-27 23:11:06 +00:00

4 lines
121 B
INI

if (not 'ld_plugin' in config.available_features or
not 'X86' in config.root.targets):
config.unsupported = True