[PATCH] D147364: [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
Wed Apr 19 19:15:39 PDT 2023


benshi001 added inline comments.


================
Comment at: lld/test/ELF/avr-thunk.s:19
+
+__init:
+;; No thunk is needed, since the destination is in range [0, 0x1fffe].
----------------
MaskRay wrote:
> Is this intended to be a local symbol?
this symbol is not important, I just want it to be a seperator between the original code and the auto generated thunk code.


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

https://reviews.llvm.org/D147364



More information about the llvm-commits mailing list