Skip to content

Commit 2892bec

Browse files
committed
DebugInfo: Add missing comment from llvm/test/DebugInfo/X86/debug-macro-dwo.ll
Meant to include this in 63a4509
1 parent 23ff4e4 commit 2892bec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llvm/test/DebugInfo/X86/debug-macro-dwo.ll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
; CHECK-NEXT: 0x00000000:
1212
; CHECK-NEXT: macro header: version = 0x0005, flags = 0x02, format = DWARF32
1313
; CHECK-NEXT: DW_MACRO_start_file - lineno: 0 filenum: 0
14+
; FIXME: This should be filenum 1 (and 2 below) if this was using debug_loc.dwo
15+
; (rather than currently incorrectly using debug_loc)
1416
; CHECK-NEXT: DW_MACRO_start_file - lineno: 1 filenum: 2
1517
; CHECK-NEXT: DW_MACRO_define_strx - lineno: 1 macro: FOO 5
1618
; CHECK-NEXT: DW_MACRO_end_file

0 commit comments

Comments
 (0)