Skip to content

Commit 51776ec

Browse files
committed
DebugInfo: Fix test to match comment
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.
1 parent 92f2d02 commit 51776ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/tools/llvm-dwarfdump/X86/verify_strings.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ str_producer:
2222
.section .debug_abbrev,"",@progbits
2323
.byte 0x01 # Abbrev code
2424
.byte 0x11 # DW_TAG_compile_unit
25-
.byte 0x01 # DW_CHILDREN_no
25+
.byte 0x00 # DW_CHILDREN_no
2626
.byte 0x25 # DW_AT_producer
2727
.byte 0x1a # DW_FORM_strx
2828
.byte 0x72 # DW_AT_str_offsets_base

0 commit comments

Comments
 (0)