Skip to content

[LLD][COFF] Correct relocation size comments in autoimport tests (NFC) #129403

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 2, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lld/test/COFF/autoimport-arm64-data.s
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

# Runtime pseudo reloc list header consisting of 0x0, 0x0, 0x1.
# First runtime pseudo reloc, with import from 0x2070,
# applied at 0x3000, with a size of 32 bits.
# applied at 0x3000, with a size of 64 bits.
# CONTENTS: Contents of section .rdata:
# CONTENTS: 140002000 00000000 00000000 01000000 70200000
# CONTENTS: 140002010 00300000 40000000
Expand Down
4 changes: 2 additions & 2 deletions lld/test/COFF/autoimport-arm64ec-data.test
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ IMPORTS-NEXT: }

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

CONTENTS: Contents of section .rdata:
CONTENTS: 180004010 00200000 10200000 00200000 00000000
Expand Down