Skip to content

Commit dc1e279

Browse files
committed
Fix buildbots after #66726.
Some builds don't enable the x86_64 target, so we sometimes don't see register names in DWARF output.
1 parent e13ee61 commit dc1e279

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/test/tools/llvm-dwarfdump/dump_dwo.test

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
# CHECK: 0x0000001a: DW_TAG_subprogram
3737
# CHECK: DW_AT_low_pc (0x0000000000000000)
3838
# 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
4040
# CHECK: DW_AT_linkage_name ("_Z3foov")
4141
# CHECK: DW_AT_name ("foo")
4242
# CHECK: DW_AT_decl_file (0x00)
@@ -47,7 +47,7 @@
4747
# CHECK: 0x0000002a: DW_TAG_subprogram
4848
# CHECK: DW_AT_low_pc (0x0000000000000010)
4949
# 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
5151
# CHECK: DW_AT_name ("main")
5252
# CHECK: DW_AT_decl_file (0x00)
5353
# CHECK: DW_AT_decl_line (6)
@@ -125,7 +125,7 @@
125125
# LOOKUP: 0x0000002a: DW_TAG_subprogram
126126
# LOOKUP: DW_AT_low_pc (0x0000000000000010)
127127
# LOOKUP: DW_AT_high_pc (0x0000000000000033)
128-
# LOOKUP: DW_AT_frame_base (DW_OP_reg6)
128+
# LOOKUP: DW_AT_frame_base (DW_OP_reg6
129129
# LOOKUP: DW_AT_name ("main")
130130
# LOOKUP: DW_AT_decl_file (0x00)
131131
# LOOKUP: DW_AT_decl_line (6)

0 commit comments

Comments
 (0)