[all-commits] [llvm/llvm-project] 65ced1: [RISCV] Remove R_RISCV_RVC_LUI Relocation (#118714)
Sam Elliott via All-commits
all-commits at lists.llvm.org
Thu Dec 5 02:10:49 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 65ced158e912d2ddda75897914802056e78acf74
https://github.com/llvm/llvm-project/commit/65ced158e912d2ddda75897914802056e78acf74
Author: Sam Elliott <quic_aelliott at quicinc.com>
Date: 2024-12-05 (Thu, 05 Dec 2024)
Changed paths:
M lld/ELF/Arch/RISCV.cpp
M lld/docs/ReleaseNotes.rst
M llvm/include/llvm/BinaryFormat/ELFRelocs/RISCV.def
Log Message:
-----------
[RISCV] Remove R_RISCV_RVC_LUI Relocation (#118714)
This was removed from the ABI in riscv-non-isa/riscv-elf-psabi-doc#398.
It is not emitted by LLVM, and seems to have been an internal
implementation detail in binutils.
This is a follow-up to 26ec5da744b8 which removed previous binutils
internal relocations when they were removed from the ABI.
The LLD implementation was not tested when it was added in
https://reviews.llvm.org/D39322
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list