blob: 6d2835ac8be64b617a4db7b95112e0d4774a0f78 [file] [log] [blame]
if (not 'ld_plugin' in config.available_features):
config.unsupported = True
# gold can't load instrumented plugin.
for san in ['asan', 'msan', 'ubsan']:
if (san in config.available_features):
config.unsupported = True