brintos

brintos / llvm-project-archived public Read only

0
0
Text · 243 B · db1dc1c Raw
8 lines · python
1# TODO: jitlink for ppc64/powerpc64 hasn't been well tested yet.2# We should support it in the future.3if config.root.host_arch != "ppc64le":4    config.unsupported = True5 6if config.target_arch != "powerpc64le":7    config.unsupported = True8