mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-26 05:32:25 +00:00
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:
parent
8b2824a1b2
commit
3cf2dba90f
@ -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