Disable Execution Engine tests not supported by Hexagon.
authorJyotsna Verma <jverma@codeaurora.org>
Mon, 25 Mar 2013 20:02:14 +0000 (20:02 +0000)
committerJyotsna Verma <jverma@codeaurora.org>
Mon, 25 Mar 2013 20:02:14 +0000 (20:02 +0000)
llvm-svn: 177896

llvm/test/ExecutionEngine/lit.local.cfg

index dd6a5bb..1f8ae69 100644 (file)
@@ -10,3 +10,5 @@ root = getRoot(config)
 if root.host_arch in ['PowerPC', 'AArch64']:
     config.unsupported = True
 
+if 'hexagon' in root.target_triple:
+    config.unsupported = True