1if not config.target_triple: 2 config.unsupported = True 3elif config.target_triple.startswith(("nvptx", "xcore")): 4 config.unsupported = True 5
1if not config.target_triple: 2 config.unsupported = True 3elif config.target_triple.startswith(("nvptx", "xcore")): 4 config.unsupported = True 5