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)
llvm-svn: 210229

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

index a75a42b..9a66a00 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 7f0b69e..9ec54a5 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 f1d1f88..a24a728 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