forked from OSchip/llvm-project
Disable Execution Engine tests not supported by Hexagon.
llvm-svn: 177896
This commit is contained in:
parent
85c7ffbe10
commit
a6c51833ef
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue