1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 12:43:36 +01:00

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 4a117228b1
commit 8dc3b4847f

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