Home | History | Annotate | Download | only in remote
      1 if 'armv4' in config.root.target_triple or \
      2    'armv5' in config.root.target_triple:
      3     config.unsupported = True
      4 
      5 # This is temporary, until Remote MCJIT works on ARM
      6 # See http://llvm.org/bugs/show_bug.cgi?id=18057
      7 #if 'armv7' in config.root.target_triple:
      8 #    config.unsupported = True
      9