mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-19 04:31:17 +00:00
Disable profiling tests for Hexagon since it doesn't support JIT.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177917 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
15e8583814
commit
1f7fe80447
@ -11,3 +11,6 @@ root = getRoot(config)
|
||||
# doesn't have any JIT at present so they will fail when run there.
|
||||
if root.host_arch in ['AArch64']:
|
||||
config.unsupported = True
|
||||
|
||||
if 'hexagon' in root.target_triple:
|
||||
config.unsupported = True
|
||||
|
Loading…
x
Reference in New Issue
Block a user