[PATCH] D112063: [lld][ELF] Add first bits to support relocation relaxations for AArch64

Alexander Shaposhnikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 9 03:37:53 PST 2021


alexander-shaposhnikov added inline comments.


================
Comment at: lld/test/ELF/aarch64-adrp-ldr-got-symbols.s:62
+  ldr     x0, [x0, #:got_lo12:x]
+
+#--- hidden.s
----------------
MaskRay wrote:
> Non-zero addends and a lone `R_AARCH64_LD64_GOT_LO12_NC` are not tested.
Added new tests in aarch64-adrp-ldr-got.s


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D112063



More information about the llvm-commits mailing list