Skip to content

Commit f858ac7

Browse files
authored
[LLD][COFF] Correct relocation size comments in autoimport tests (NFC) (#129403)
1 parent ac8b5a9 commit f858ac7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lld/test/COFF/autoimport-arm64-data.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
# Runtime pseudo reloc list header consisting of 0x0, 0x0, 0x1.
2121
# First runtime pseudo reloc, with import from 0x2070,
22-
# applied at 0x3000, with a size of 32 bits.
22+
# applied at 0x3000, with a size of 64 bits.
2323
# CONTENTS: Contents of section .rdata:
2424
# CONTENTS: 140002000 00000000 00000000 01000000 70200000
2525
# CONTENTS: 140002010 00300000 40000000

lld/test/COFF/autoimport-arm64ec-data.test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ IMPORTS-NEXT: }
1919

2020
Runtime pseudo relocation list header at 0x401c, consisting of 0x0, 0x0, 0x1.
2121
The first runtime pseudo relocation is from an x86_64 object file, with import
22-
from 0x3000, applied at 0x7000 with a size of 32 bits. The second pseudo
22+
from 0x3000, applied at 0x7000 with a size of 64 bits. The second pseudo
2323
relocation is from an ARM64EC object file, with import from 0x3000, applied
24-
at 0x7008 with a size of 32 bits.
24+
at 0x7008 with a size of 64 bits.
2525

2626
CONTENTS: Contents of section .rdata:
2727
CONTENTS: 180004010 00200000 10200000 00200000 00000000

0 commit comments

Comments
 (0)