bolt/deps/llvm-18.1.8/llvm/test/DebugInfo/Generic/lit.local.cfg

5 lines
147 B
INI
Raw Normal View History

2025-02-14 19:21:04 +01:00
if not config.target_triple:
config.unsupported = True
elif config.target_triple.startswith(("nvptx", "xcore")):
config.unsupported = True