File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
llvm/test/tools/llvm-dwarfdump Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 36
36
# CHECK: 0x0000001a: DW_TAG_subprogram
37
37
# CHECK: DW_AT_low_pc (0x0000000000000000)
38
38
# CHECK: DW_AT_high_pc (0x0000000000000008)
39
- # CHECK: DW_AT_frame_base (DW_OP_reg6 RBP)
39
+ # CHECK: DW_AT_frame_base (DW_OP_reg6
40
40
# CHECK: DW_AT_linkage_name ("_Z3foov")
41
41
# CHECK: DW_AT_name ("foo")
42
42
# CHECK: DW_AT_decl_file (0x00)
47
47
# CHECK: 0x0000002a: DW_TAG_subprogram
48
48
# CHECK: DW_AT_low_pc (0x0000000000000010)
49
49
# CHECK: DW_AT_high_pc (0x0000000000000033)
50
- # CHECK: DW_AT_frame_base (DW_OP_reg6 RBP)
50
+ # CHECK: DW_AT_frame_base (DW_OP_reg6
51
51
# CHECK: DW_AT_name ("main")
52
52
# CHECK: DW_AT_decl_file (0x00)
53
53
# CHECK: DW_AT_decl_line (6)
125
125
# LOOKUP: 0x0000002a: DW_TAG_subprogram
126
126
# LOOKUP: DW_AT_low_pc (0x0000000000000010)
127
127
# LOOKUP: DW_AT_high_pc (0x0000000000000033)
128
- # LOOKUP: DW_AT_frame_base (DW_OP_reg6)
128
+ # LOOKUP: DW_AT_frame_base (DW_OP_reg6
129
129
# LOOKUP: DW_AT_name ("main")
130
130
# LOOKUP: DW_AT_decl_file (0x00)
131
131
# LOOKUP: DW_AT_decl_line (6)
You can’t perform that action at this time.
0 commit comments