summaryrefslogtreecommitdiff
path: root/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
commita66075fdd1fd2880f2747518d7f2f47460239c2c (patch)
tree97e6c5bcaf6f41737081fa83e4551229d788ea13 /test/ExecutionEngine
parentd4af856cfb17e00c2c7aef09e569b7bae34cab51 (diff)
downloadllvm-a66075fdd1fd2880f2747518d7f2f47460239c2c.tar.gz
llvm-a66075fdd1fd2880f2747518d7f2f47460239c2c.tar.bz2
llvm-a66075fdd1fd2880f2747518d7f2f47460239c2c.tar.xz
Use AArch64 instead of now removed ARM64 in test configs
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210229 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/ExecutionEngine')
-rw-r--r--test/ExecutionEngine/lit.local.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ExecutionEngine/lit.local.cfg b/test/ExecutionEngine/lit.local.cfg
index 7f0b69e544..9ec54a583f 100644
--- a/test/ExecutionEngine/lit.local.cfg
+++ b/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