xref: /llvm-project/llvm/test/DebugInfo/Generic/lit.local.cfg (revision c344d97a125b18f8fed0a64aace73c49a870e079)
1if not config.target_triple:
2    config.unsupported = True
3elif config.target_triple.startswith(("nvptx", "xcore")):
4    config.unsupported = True
5