From ad81f0f419d026a8fbc11b87fe34ee661812d65b Mon Sep 17 00:00:00 2001 From: Alexey Samsonov Date: Thu, 5 Jun 2014 00:25:30 +0000 Subject: Use AArch64 instead of now removed ARM64 in test configs llvm-svn: 210229 --- llvm/test/ExecutionEngine/lit.local.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test/ExecutionEngine') 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 -- cgit v1.2.3