brintos

brintos / llvm-project-archived public Read only

0
0
Text · 82 B · 071a13c Raw
5 lines · plain
1import platform2 3if platform.machine() != "x86_64":4    config.unsupported = True5