mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-05 13:09:10 +00:00
12cc465b43
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214058 91177308-0d34-0410-b5e6-96231b3b80d8
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
|