summaryrefslogtreecommitdiffstats
path: root/llvm/test/ExecutionEngine
diff options
context:
space:
mode:
authorAlexey Samsonov <vonosmas@gmail.com>2014-06-05 00:25:30 +0000
committerAlexey Samsonov <vonosmas@gmail.com>2014-06-05 00:25:30 +0000
commitad81f0f419d026a8fbc11b87fe34ee661812d65b (patch)
tree2677c4f57e3b372b94efb8cb0c2394b36de608cd /llvm/test/ExecutionEngine
parent6cfa9e1a6dfd2b4b3c1c7349267a193e762959cb (diff)
downloadbcm5719-llvm-ad81f0f419d026a8fbc11b87fe34ee661812d65b.tar.gz
bcm5719-llvm-ad81f0f419d026a8fbc11b87fe34ee661812d65b.zip
Use AArch64 instead of now removed ARM64 in test configs
llvm-svn: 210229
Diffstat (limited to 'llvm/test/ExecutionEngine')
-rw-r--r--llvm/test/ExecutionEngine/lit.local.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/ExecutionEngine/lit.local.cfg b/llvm/test/ExecutionEngine/lit.local.cfg
index 7f0b69e544a..9ec54a583f8 100644
--- a/llvm/test/ExecutionEngine/lit.local.cfg
+++ b/llvm/test/ExecutionEngine/lit.local.cfg
@@ -1,4 +1,4 @@
-if config.root.host_arch in ['PowerPC', 'AArch64', 'ARM64', 'SystemZ']:
+if config.root.host_arch in ['PowerPC', 'AArch64', 'SystemZ']:
config.unsupported = True
# CMake and autoconf diverge in naming or host_arch
OpenPOWER on IntegriCloud