llvm-project/llvm/test/MC/SystemZ/lit.local.cfg

7 lines
186 B
INI
Raw Normal View History

if not 'SystemZ' in config.root.targets:
config.unsupported = True
# http://llvm.org/bugs/show_bug.cgi?id=20980
if 'ubsan' in config.available_features:
config.unsupported = True