Skip to content

Commit

Permalink
Fix buildbots after #66726.
Browse files Browse the repository at this point in the history
Some builds don't enable the x86_64 target, so we sometimes don't see register names in DWARF output.
  • Loading branch information
clayborg committed Jan 12, 2024
1 parent e13ee61 commit dc1e279
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions llvm/test/tools/llvm-dwarfdump/dump_dwo.test
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
# CHECK: 0x0000001a: DW_TAG_subprogram
# CHECK: DW_AT_low_pc (0x0000000000000000)
# CHECK: DW_AT_high_pc (0x0000000000000008)
# CHECK: DW_AT_frame_base (DW_OP_reg6 RBP)
# CHECK: DW_AT_frame_base (DW_OP_reg6
# CHECK: DW_AT_linkage_name ("_Z3foov")
# CHECK: DW_AT_name ("foo")
# CHECK: DW_AT_decl_file (0x00)
Expand All @@ -47,7 +47,7 @@
# CHECK: 0x0000002a: DW_TAG_subprogram
# CHECK: DW_AT_low_pc (0x0000000000000010)
# CHECK: DW_AT_high_pc (0x0000000000000033)
# CHECK: DW_AT_frame_base (DW_OP_reg6 RBP)
# CHECK: DW_AT_frame_base (DW_OP_reg6
# CHECK: DW_AT_name ("main")
# CHECK: DW_AT_decl_file (0x00)
# CHECK: DW_AT_decl_line (6)
Expand Down Expand Up @@ -125,7 +125,7 @@
# LOOKUP: 0x0000002a: DW_TAG_subprogram
# LOOKUP: DW_AT_low_pc (0x0000000000000010)
# LOOKUP: DW_AT_high_pc (0x0000000000000033)
# LOOKUP: DW_AT_frame_base (DW_OP_reg6)
# LOOKUP: DW_AT_frame_base (DW_OP_reg6
# LOOKUP: DW_AT_name ("main")
# LOOKUP: DW_AT_decl_file (0x00)
# LOOKUP: DW_AT_decl_line (6)
Expand Down

0 comments on commit dc1e279

Please sign in to comment.