Disable Execution Engine tests not supported by Hexagon.

llvm-svn: 177896
This commit is contained in:
Jyotsna Verma 2013-03-25 20:02:14 +00:00
parent 85c7ffbe10
commit a6c51833ef
1 changed files with 2 additions and 0 deletions

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