mirror of
https://github.com/intel/llvm.git
synced 2026-01-20 10:58:11 +08:00
[BOLT] Fix aarch64 dwarf test
After "Remove caching of ranges/abbrevs" patch the dwarf offsets are a bit changed and the subprograms high pc is replaced with AT_RANGES. Reviewed By: rafauler Differential Revision: https://reviews.llvm.org/D119733
This commit is contained in:
@@ -24,7 +24,7 @@ CHECKORIG-NEXT: DW_AT_name ("main")
|
||||
CHECKORIG-NEXT: DW_AT_decl_file
|
||||
CHECKORIG-NEXT: DW_AT_decl_line (1)
|
||||
CHECKORIG-NEXT: DW_AT_decl_column (0x05)
|
||||
CHECKORIG-NEXT: DW_AT_type (0x00000090 "int")
|
||||
CHECKORIG-NEXT: DW_AT_type
|
||||
CHECKORIG-NEXT: DW_AT_low_pc (0x0000000000000660)
|
||||
CHECKORIG-NEXT: DW_AT_high_pc (0x0000000000000684)
|
||||
|
||||
@@ -48,6 +48,7 @@ CHECK-NEXT: DW_AT_name ("main")
|
||||
CHECK-NEXT: DW_AT_decl_file
|
||||
CHECK-NEXT: DW_AT_decl_line (1)
|
||||
CHECK-NEXT: DW_AT_decl_column (0x05)
|
||||
CHECK-NEXT: DW_AT_type (0x00000090 "int")
|
||||
CHECK-NEXT: DW_AT_low_pc (0x0000000000000660)
|
||||
CHECK-NEXT: DW_AT_high_pc (0x0000000000000684)
|
||||
CHECK-NEXT: DW_AT_type
|
||||
CHECK-NEXT: DW_AT_low_pc (0x0000000000000000)
|
||||
CHECK-NEXT: DW_AT_ranges (0x00000030
|
||||
CHECK-NEXT: [0x0000000000000660, 0x0000000000000684))
|
||||
|
||||
Reference in New Issue
Block a user