mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-20 18:48:13 +00:00
Disable profiling tests for Hexagon since it doesn't support JIT.
llvm-svn: 177917
This commit is contained in:
parent
5c547a9732
commit
5d3a002f82
@ -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…
Reference in New Issue
Block a user