Use AArch64 instead of now removed ARM64 in test configs
authorAlexey Samsonov <vonosmas@gmail.com>
Thu, 5 Jun 2014 00:25:30 +0000 (00:25 +0000)
committerAlexey Samsonov <vonosmas@gmail.com>
Thu, 5 Jun 2014 00:25:30 +0000 (00:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210229 91177308-0d34-0410-b5e6-96231b3b80d8

test/DebugInfo/AArch64/lit.local.cfg
test/ExecutionEngine/lit.local.cfg
test/Transforms/LoopVectorize/AArch64/lit.local.cfg

index a75a42b6f74c7d4fb632013d95190885b74d422d..9a66a00189eacfe2890dcf3443876ea2c35118ca 100644 (file)
@@ -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
 
index 7f0b69e544a1a0ed986c8336ee7fb45e0dc7e6d5..9ec54a583f8606df42cf9fbadf027d4f69539f81 100644 (file)
@@ -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
index f1d1f88cf3994c935ba608e26793110592eae9ab..a24a72819c35ff99bc457e5cb57625fa50c4ba42 100644 (file)
@@ -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