1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00
llvm-mirror/test/tools/gold/lit.local.cfg
2020-07-10 01:47:51 -07:00

8 lines
232 B
INI

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