From: Carlo Kok Date: Thu, 1 Aug 2013 22:15:34 +0000 (+0000) Subject: fix for LLVM debug info on llvm-mips-linux where the label name uses % instead of... X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=cfe855d658f6bc24b1720cd55fb522b934a39f8a;p=oota-llvm.git fix for LLVM debug info on llvm-mips-linux where the label name uses % instead of L as a prefix. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187623 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/DebugInfo/2010-06-29-InlinedFnLocalVar.ll b/test/DebugInfo/2010-06-29-InlinedFnLocalVar.ll index 66476243be2..295648fe570 100644 --- a/test/DebugInfo/2010-06-29-InlinedFnLocalVar.ll +++ b/test/DebugInfo/2010-06-29-InlinedFnLocalVar.ll @@ -2,7 +2,7 @@ ; Check struct X for dead variable xyz from inlined function foo. ; CHECK: DW_TAG_structure_type -; CHECK-NEXT: Linfo_string +; CHECK-NEXT: info_string @i = common global i32 0 ; [#uses=2]