Skip to content

Commit a7f9e46

Browse files
author
Alex B
committed
Fix associated test
1 parent 156614b commit a7f9e46

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

llvm/test/tools/llvm-dwarfdump/X86/verify_parent_zero_length.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# DW_AT_high_pc (0x0000000000000000)
2020
#
2121
# 0x00000033: DW_TAG_lexical_block
22-
# DW_AT_low_pc (0x0000000000001000)
22+
# DW_AT_low_pc (0x0000000000001001)
2323
# DW_AT_high_pc (0x0000000000002000)
2424
#
2525
# 0x00000044: DW_TAG_lexical_block
@@ -47,7 +47,7 @@
4747

4848
# CHECK: error: DIEs have overlapping address ranges:
4949
# CHECK: 0x00000044: DW_TAG_lexical_block
50-
# CHECK: DW_AT_low_pc [DW_FORM_addr] (0x0000000000001000)
50+
# CHECK: DW_AT_low_pc [DW_FORM_addr] (0x0000000000001001)
5151
# CHECK: DW_AT_high_pc [DW_FORM_addr] (0x0000000000002000)
5252

5353
# CHECK: 0x00000033: DW_TAG_lexical_block
@@ -61,7 +61,7 @@
6161
# CHECK: DW_AT_high_pc [DW_FORM_addr] (0x0000000000000000)
6262

6363
# CHECK: 0x00000044: DW_TAG_lexical_block
64-
# CHECK: DW_AT_low_pc [DW_FORM_addr] (0x0000000000001000)
64+
# CHECK: DW_AT_low_pc [DW_FORM_addr] (0x0000000000001001)
6565
# CHECK: DW_AT_high_pc [DW_FORM_addr] (0x0000000000002000)
6666

6767

@@ -229,7 +229,7 @@ DWARF:
229229
- Value: 0x0000000000002000
230230
- AbbrCode: 0x00000003
231231
Values:
232-
- Value: 0x0000000000001000
232+
- Value: 0x0000000000001001
233233
- Value: 0x0000000000002000
234234
- AbbrCode: 0x00000000
235235
- AbbrCode: 0x00000000

0 commit comments

Comments
 (0)