diff options
Diffstat (limited to 'test/ExecutionEngine/lit.local.cfg')
-rw-r--r-- | test/ExecutionEngine/lit.local.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ExecutionEngine/lit.local.cfg b/test/ExecutionEngine/lit.local.cfg index 1f8ae69b9868c..b6945adf015aa 100644 --- a/test/ExecutionEngine/lit.local.cfg +++ b/test/ExecutionEngine/lit.local.cfg @@ -7,7 +7,7 @@ def getRoot(config): root = getRoot(config) -if root.host_arch in ['PowerPC', 'AArch64']: +if root.host_arch in ['PowerPC', 'AArch64', 'SystemZ']: config.unsupported = True if 'hexagon' in root.target_triple: |