brintos

brintos / llvm-project-archived public Read only

0
0
Text · 147 B · 7ce6a3d Raw
5 lines · plain
1if not config.target_triple:2    config.unsupported = True3elif config.target_triple.startswith(("nvptx", "xcore")):4    config.unsupported = True5