[PATCH] D147106: [lld][ELF] Support relocations R_AVR_LO8_LDI_GS/R_AVR_HI8_LDI_GS

Ben Shi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 10 05:53:01 PDT 2023


benshi001 added a comment.

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].


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D147106/new/

https://reviews.llvm.org/D147106



More information about the llvm-commits mailing list