summaryrefslogtreecommitdiff
path: root/llvm/test/DebugInfo/Generic/lit.local.cfg
blob: 7ce6a3d39231b7acf0d58e44b45f303da506ca6b (plain)
1
2
3
4
if not config.target_triple:
    config.unsupported = True
elif config.target_triple.startswith(("nvptx", "xcore")):
    config.unsupported = True