[all-commits] [llvm/llvm-project] 988cc0: [LLD][ELF][AArch64] Add support for R_AARCH64_LD64...
Adhemerval Zanella via All-commits
all-commits at lists.llvm.org
Tue Jan 26 04:24:36 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 988cc0a08334ced26551c3ca1254606525e296d4
https://github.com/llvm/llvm-project/commit/988cc0a08334ced26551c3ca1254606525e296d4
Author: Adhemerval Zanella <adhemerval.zanella at linaro.org>
Date: 2021-01-26 (Tue, 26 Jan 2021)
Changed paths:
M lld/ELF/Arch/AArch64.cpp
M lld/ELF/InputSection.cpp
M lld/ELF/Relocations.cpp
M lld/ELF/Relocations.h
A lld/test/ELF/aarch64-gotpage.s
Log Message:
-----------
[LLD][ELF][AArch64] Add support for R_AARCH64_LD64_GOTPAGE_LO15 relocation
It is not used by LLVM, but GCC might generates it when compiling
with -fpie, as indicated by PR#40357 [1].
[1] https://bugs.llvm.org/show_bug.cgi?id=40357
More information about the All-commits
mailing list