From: Alexey Samsonov Date: Thu, 5 Jun 2014 00:25:30 +0000 (+0000) Subject: Use AArch64 instead of now removed ARM64 in test configs X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=a66075fdd1fd2880f2747518d7f2f47460239c2c;p=oota-llvm.git 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 --- diff --git a/test/DebugInfo/AArch64/lit.local.cfg b/test/DebugInfo/AArch64/lit.local.cfg index a75a42b6f74..9a66a00189e 100644 --- a/test/DebugInfo/AArch64/lit.local.cfg +++ b/test/DebugInfo/AArch64/lit.local.cfg @@ -1,4 +1,4 @@ targets = set(config.root.targets_to_build.split()) -if not 'ARM64' in targets: +if not 'AArch64' in targets: config.unsupported = True diff --git a/test/ExecutionEngine/lit.local.cfg b/test/ExecutionEngine/lit.local.cfg index 7f0b69e544a..9ec54a583f8 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 diff --git a/test/Transforms/LoopVectorize/AArch64/lit.local.cfg b/test/Transforms/LoopVectorize/AArch64/lit.local.cfg index f1d1f88cf39..a24a72819c3 100644 --- a/test/Transforms/LoopVectorize/AArch64/lit.local.cfg +++ b/test/Transforms/LoopVectorize/AArch64/lit.local.cfg @@ -1,6 +1,6 @@ config.suffixes = ['.ll'] targets = set(config.root.targets_to_build.split()) -if not 'ARM64' in targets: +if not 'AArch64' in targets: config.unsupported = True