[lld] [lld][ELF][AArch64] Support `R_AARCH64_GOT_LD_PREL19` relocation (PR #89592)

Daniil Kovalev via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 22 03:48:59 PDT 2024


kovdan01 wrote:

Do other tests need to be updated (aarch64-got-relocations.s and maybe smth else)? They do not include disassembler test so they won't check that the ldr instruction immediate is filled correctly, but maybe we want to check that other stuff works with `GOT_LD_PREL19` the same way as with `ADR_GOT_PAGE` + `LD64_GOT_LO12_NC`

https://github.com/llvm/llvm-project/pull/89592


More information about the llvm-commits mailing list