[llvm-commits] [llvm] r140553 - /llvm/trunk/test/DebugInfo/2011-09-26-GlobalVarContext.ll
Eli Friedman
eli.friedman at gmail.com
Mon Sep 26 12:13:47 PDT 2011
Author: efriedma
Date: Mon Sep 26 14:13:47 2011
New Revision: 140553
URL: http://llvm.org/viewvc/llvm-project?rev=140553&view=rev
Log:
Fix this test so it doesn't fail on Mac.
Modified:
llvm/trunk/test/DebugInfo/2011-09-26-GlobalVarContext.ll
Modified: llvm/trunk/test/DebugInfo/2011-09-26-GlobalVarContext.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/2011-09-26-GlobalVarContext.ll?rev=140553&r1=140552&r2=140553&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/2011-09-26-GlobalVarContext.ll (original)
+++ llvm/trunk/test/DebugInfo/2011-09-26-GlobalVarContext.ll Mon Sep 26 14:13:47 2011
@@ -38,10 +38,10 @@
!18 = metadata !{i32 4, i32 23, metadata !16, null}
!19 = metadata !{i32 5, i32 5, metadata !16, null}
-; CHECK: .ascii "GLOBAL" # DW_AT_name
-; CHECK: .byte 1 # DW_AT_decl_file
-; CHECK: .byte 1 # DW_AT_decl_line
+; CHECK: .ascii "GLOBAL"
+; CHECK: .byte 1
+; CHECK: .byte 1
-; CHECK: .ascii "LOCAL" # DW_AT_name
-; CHECK: .byte 1 # DW_AT_decl_file
-; CHECK: .byte 4 # DW_AT_decl_line
+; CHECK: .ascii "LOCAL"
+; CHECK: .byte 1
+; CHECK: .byte 4
More information about the llvm-commits
mailing list