mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-04 09:45:00 +00:00
69fc62dba7
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
4 lines
121 B
INI
4 lines
121 B
INI
if (not 'ld_plugin' in config.available_features or
|
|
not 'X86' in config.root.targets):
|
|
config.unsupported = True
|