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:
parent
4a117228b1
commit
8dc3b4847f
@ -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
Block a user