lit.local.cfg 232 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 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