Index: test/tools/gold/lit.local.cfg =================================================================== --- test/tools/gold/lit.local.cfg +++ test/tools/gold/lit.local.cfg @@ -1,4 +1,4 @@ if (not 'ld_plugin' in config.available_features or - not 'X86' in config.root.targets or - not 'PowerPC' in config.root.targets): + (not 'X86' in config.root.targets and + not 'PowerPC' in config.root.targets)): config.unsupported = True