summaryrefslogtreecommitdiffstats
path: root/llvm/test/ExecutionEngine
diff options
context:
space:
mode:
authorRenato Golin <renato.golin@linaro.org>2014-02-25 09:31:00 +0000
committerRenato Golin <renato.golin@linaro.org>2014-02-25 09:31:00 +0000
commit69736692d835d0d0bab9038839f46481b1979e17 (patch)
tree41b71b3f1f4ca1331c12adf28cbfaece43694b2b /llvm/test/ExecutionEngine
parent882e947de7dae16e716aaa290a5de37470e5c730 (diff)
downloadbcm5719-llvm-69736692d835d0d0bab9038839f46481b1979e17.tar.gz
bcm5719-llvm-69736692d835d0d0bab9038839f46481b1979e17.zip
Ignore old JIT tests in AARch64 - CMake style
llvm-svn: 202126
Diffstat (limited to 'llvm/test/ExecutionEngine')
-rw-r--r--llvm/test/ExecutionEngine/lit.local.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/test/ExecutionEngine/lit.local.cfg b/llvm/test/ExecutionEngine/lit.local.cfg
index 28c56ad9c5c..a198439335b 100644
--- a/llvm/test/ExecutionEngine/lit.local.cfg
+++ b/llvm/test/ExecutionEngine/lit.local.cfg
@@ -1,6 +1,10 @@
if config.root.host_arch in ['PowerPC', 'AArch64', 'SystemZ']:
config.unsupported = True
+# CMake and autoconf diverge in naming or host_arch
+if 'aarch64' in config.root.target_triple:
+ config.unsupported = True
+
if 'hexagon' in config.root.target_triple:
config.unsupported = True
OpenPOWER on IntegriCloud