diff options
Diffstat (limited to 'test/Analysis/Profiling/lit.local.cfg')
-rw-r--r-- | test/Analysis/Profiling/lit.local.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Analysis/Profiling/lit.local.cfg b/test/Analysis/Profiling/lit.local.cfg index d507d3fd71..444b7dc274 100644 --- a/test/Analysis/Profiling/lit.local.cfg +++ b/test/Analysis/Profiling/lit.local.cfg @@ -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 |