Skip to content

Commit

Permalink
DebugInfo: Fix test to match comment
Browse files Browse the repository at this point in the history
This produced a few verifier warnings that came up while I was
investigating something else here. Change the assembly to match the
comment so it's warning free. Doesn't seem necessary to change the
CHECKs for the test since it's just a bug in the test, not in the code
under test.
  • Loading branch information
dwblaikie committed Dec 15, 2021
1 parent 92f2d02 commit 51776ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/test/tools/llvm-dwarfdump/X86/verify_strings.s
Expand Up @@ -22,7 +22,7 @@ str_producer:
.section .debug_abbrev,"",@progbits
.byte 0x01 # Abbrev code
.byte 0x11 # DW_TAG_compile_unit
.byte 0x01 # DW_CHILDREN_no
.byte 0x00 # DW_CHILDREN_no
.byte 0x25 # DW_AT_producer
.byte 0x1a # DW_FORM_strx
.byte 0x72 # DW_AT_str_offsets_base
Expand Down

0 comments on commit 51776ec

Please sign in to comment.