diff options
Diffstat (limited to 'test/ExecutionEngine/lit.local.cfg')
-rw-r--r-- | test/ExecutionEngine/lit.local.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/ExecutionEngine/lit.local.cfg b/test/ExecutionEngine/lit.local.cfg index dd6a5bb240..1f8ae69b98 100644 --- a/test/ExecutionEngine/lit.local.cfg +++ b/test/ExecutionEngine/lit.local.cfg @@ -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 |