File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
llvm/test/tools/dsymutil/AArch64 Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ CHECK: DW_AT_str_offsets_base [DW_FORM_sec_offset] (0x000000
9898CHECK: DW_AT_comp_dir [DW_FORM_strx] (indexed (00000004) string = "/Users/shubham/Development/test109275485")
9999
100100CHECK: DW_TAG_subprogram
101- CHECK: DW_AT_low_pc [DW_FORM_addrx] (indexed (00000000) address = 0x0000000000010000 )
101+ CHECK: DW_AT_low_pc [DW_FORM_addrx] (indexed (00000000) address = 0x0000000000010040 )
102102CHECK: DW_AT_linkage_name [DW_FORM_strx] (indexed (00000005) string = "_Z4foo2i")
103103CHECK: DW_AT_name [DW_FORM_strx] (indexed (00000006) string = "foo2")
104104
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ int bar(int a) { return foo(a); }
1010// RUN: llvm-dwarfdump - | FileCheck %s
1111
1212// CHECK: DW_TAG_subprogram
13- // CHECK: DW_AT_low_pc{{.*}}0x0000000000010000
13+ // CHECK: DW_AT_low_pc{{.*}}0x0000000000010040
1414// CHECK: DW_AT_name{{.*}}"bar"
1515// CHECK-NOT: NULL
1616// CHECK: DW_TAG_inlined_subroutine
1717// CHECK-NEXT: DW_AT_abstract_origin{{.*}}"foo"
18- // CHECK-NEXT: DW_AT_low_pc{{.*}}0x0000000000010000
18+ // CHECK-NEXT: DW_AT_low_pc{{.*}}0x0000000000010040
1919
You can’t perform that action at this time.
0 commit comments