Disable Execution Engine tests not supported by Hexagon.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177896 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jyotsna Verma 2013-03-25 20:02:14 +00:00
parent 8b2824a1b2
commit 3cf2dba90f

View 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