summaryrefslogtreecommitdiff
path: root/test/DebugInfo
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
commita66075fdd1fd2880f2747518d7f2f47460239c2c (patch)
tree97e6c5bcaf6f41737081fa83e4551229d788ea13 /test/DebugInfo
parentd4af856cfb17e00c2c7aef09e569b7bae34cab51 (diff)
downloadllvm-a66075fdd1fd2880f2747518d7f2f47460239c2c.tar.gz
llvm-a66075fdd1fd2880f2747518d7f2f47460239c2c.tar.bz2
llvm-a66075fdd1fd2880f2747518d7f2f47460239c2c.tar.xz
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
Diffstat (limited to 'test/DebugInfo')
-rw-r--r--test/DebugInfo/AArch64/lit.local.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/DebugInfo/AArch64/lit.local.cfg b/test/DebugInfo/AArch64/lit.local.cfg
index a75a42b6f7..9a66a00189 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