brintos

brintos / llvm-project-archived public Read only

0
0
Text · 288 B · 5095d98 Raw
8 lines · plain
1if "armv4" in config.root.target_triple or "armv5" in config.root.target_triple:2    config.unsupported = True3 4# This is temporary, until Remote MCJIT works on ARM5# See http://llvm.org/bugs/show_bug.cgi?id=180576# if 'armv7' in config.root.target_triple:7#    config.unsupported = True8