aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/SystemZ/lit.local.cfg
blob: 78c5738c7acc7b98d52eff6ed1b859690367d287 (plain)
1
2
3
4
5
6
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