mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-01 17:28:26 +00:00
7ef469f951
Patch by Than McIntosh! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@246328 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
|