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)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177896 91177308-0d34-0410-b5e6-96231b3b80d8

test/ExecutionEngine/lit.local.cfg

index dd6a5bb240ecec4cde756ce26c83788f5e16520f..1f8ae69b9868c8ffc6130fb5713473c74cf48445 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