summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LoopVectorize
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
commitad81f0f419d026a8fbc11b87fe34ee661812d65b (patch)
tree2677c4f57e3b372b94efb8cb0c2394b36de608cd /llvm/test/Transforms/LoopVectorize
parent6cfa9e1a6dfd2b4b3c1c7349267a193e762959cb (diff)
downloadbcm5719-llvm-ad81f0f419d026a8fbc11b87fe34ee661812d65b.tar.gz
bcm5719-llvm-ad81f0f419d026a8fbc11b87fe34ee661812d65b.zip
Use AArch64 instead of now removed ARM64 in test configs
llvm-svn: 210229
Diffstat (limited to 'llvm/test/Transforms/LoopVectorize')
-rw-r--r--llvm/test/Transforms/LoopVectorize/AArch64/lit.local.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/LoopVectorize/AArch64/lit.local.cfg b/llvm/test/Transforms/LoopVectorize/AArch64/lit.local.cfg
index f1d1f88cf39..a24a72819c3 100644
--- a/llvm/test/Transforms/LoopVectorize/AArch64/lit.local.cfg
+++ b/llvm/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
OpenPOWER on IntegriCloud