fix for LLVM debug info on llvm-mips-linux where the label name uses % instead of...
authorCarlo Kok <ck@remobjects.com>
Thu, 1 Aug 2013 22:15:34 +0000 (22:15 +0000)
committerCarlo Kok <ck@remobjects.com>
Thu, 1 Aug 2013 22:15:34 +0000 (22:15 +0000)
llvm-svn: 187623

llvm/test/DebugInfo/2010-06-29-InlinedFnLocalVar.ll

index 6647624..295648f 100644 (file)
@@ -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                          ; <i32*> [#uses=2]