This patch implements parsing of mips FCC register operands. The example instructions...
[oota-llvm.git] / test / ExecutionEngine / lit.local.cfg
index dd6a5bb240ecec4cde756ce26c83788f5e16520f..b6945adf015aabcbe5421ea158a64016b568e4e9 100644 (file)
@@ -7,6 +7,8 @@ def getRoot(config):
 
 root = getRoot(config)
 
-if root.host_arch in ['PowerPC', 'AArch64']:
+if root.host_arch in ['PowerPC', 'AArch64', 'SystemZ']:
     config.unsupported = True
 
+if 'hexagon' in root.target_triple:
+    config.unsupported = True