This is an archive of the discontinued LLVM Phabricator instance.

[lld][ELF] Support relocations R_AVR_LO8_LDI_GS/R_AVR_HI8_LDI_GS
AbandonedPublic

Authored by benshi001 on Mar 28 2023, 8:58 PM.

Details

Reviewers
MaskRay
aykevl

Diff Detail

Event Timeline

benshi001 created this revision.Mar 28 2023, 8:58 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 28 2023, 8:58 PM
benshi001 requested review of this revision.Mar 28 2023, 8:58 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 28 2023, 8:58 PM
benshi001 updated this revision to Diff 509322.Mar 29 2023, 5:15 AM

ping ...

R_AVR_LO8_LDI_GS is all the same with R_AVR_LO8_LDI_PM, except restricted in range [0, 0x1ffff].
R_AVR_HI8_LDI_GS is all the same with R_AVR_HI8_LDI_PM, except restricted in range [0, 0x1ffff].