This is an archive of the discontinued LLVM Phabricator instance.

Fix typo in R_AARCH64_ADR_PREL_PG_HI21
ClosedPublic

Authored by redfast00 on Jul 9 2019, 12:24 PM.

Details

Diff Detail

Event Timeline

redfast00 created this revision.Jul 9 2019, 12:24 PM
xgupta added a subscriber: xgupta.

Looking at ELF/Arch/AArch64.cpp:145: case R_AARCH64_ADR_PREL_PG_HI21: it seems patch is correct. A similar typo is also present at lld/test/ELF/old:22. Can you please also include that in this patch?

MaskRay accepted this revision.Aug 31 2021, 1:10 PM

Thanks for the finding. Fixed by f9277caffc0a1f311aaba784678c50c6c6b90d75

This revision is now accepted and ready to land.Aug 31 2021, 1:10 PM
MaskRay closed this revision.Aug 31 2021, 1:10 PM