4 lines
147 B
INI
4 lines
147 B
INI
if not config.target_triple:
|
|
config.unsupported = True
|
|
elif config.target_triple.startswith(("nvptx", "xcore")):
|
|
config.unsupported = True
|