[ARM] Adjust how NEON shifts are lowered
[llvm-core.git] / test / ExecutionEngine / OrcMCJIT / remote / lit.local.cfg
blob625d82dc6189004f1be862de19eb887c1f7fbac0
1 if 'armv4' in config.root.target_triple or \
2    'armv5' in config.root.target_triple:
3     config.unsupported = True
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