brintos

brintos / llvm-project-archived public Read only

0
0
Text · 235 B · 0c7920c Raw
7 lines · plain
1if not ("AArch64" in config.root.targets):2    # We need support for AArch64.3    config.unsupported = True4elif not ("aarch64" in config.root.host_triple):5    # We need to be running on an AArch64 host.6    config.unsupported = True7