mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-24 22:24:54 +00:00
Temporarily revert "Use a pointer to keep track of the skeleton unit for
each normal unit" as it seems to be causing problems in the asan tests. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198197 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -7,12 +7,12 @@
|
||||
; rdar://13067005
|
||||
; CHECK: .debug_info contents:
|
||||
; CHECK: DW_TAG_compile_unit
|
||||
; CHECK: DW_AT_stmt_list [DW_FORM_sec_offset] (0x00000000)
|
||||
; CHECK: DW_AT_low_pc [DW_FORM_addr] (0x0000000000000000)
|
||||
; CHECK: DW_AT_stmt_list [DW_FORM_sec_offset] (0x00000000)
|
||||
|
||||
; CHECK: DW_TAG_compile_unit
|
||||
; CHECK: DW_AT_stmt_list [DW_FORM_sec_offset] (0x0000003c)
|
||||
; CHECK: DW_AT_low_pc [DW_FORM_addr] (0x0000000000000000)
|
||||
; CHECK: DW_AT_stmt_list [DW_FORM_sec_offset] (0x0000003c)
|
||||
|
||||
; CHECK: .debug_line contents:
|
||||
; CHECK-NEXT: Line table prologue:
|
||||
@@ -25,12 +25,12 @@
|
||||
|
||||
; DWARF3: .debug_info contents:
|
||||
; DWARF3: DW_TAG_compile_unit
|
||||
; DWARF3: DW_AT_stmt_list [DW_FORM_data4] (0x00000000)
|
||||
; DWARF3: DW_AT_low_pc [DW_FORM_addr] (0x0000000000000000)
|
||||
; DWARF3: DW_AT_stmt_list [DW_FORM_data4] (0x00000000)
|
||||
|
||||
; DWARF3: DW_TAG_compile_unit
|
||||
; DWARF3: DW_AT_stmt_list [DW_FORM_data4] (0x0000003c)
|
||||
; DWARF3: DW_AT_low_pc [DW_FORM_addr] (0x0000000000000000)
|
||||
; DWARF3: DW_AT_stmt_list [DW_FORM_data4] (0x0000003c)
|
||||
|
||||
; DWARF3: .debug_line contents:
|
||||
; DWARF3-NEXT: Line table prologue:
|
||||
|
Reference in New Issue
Block a user