[all-commits] [llvm/llvm-project] d56b17: [lld][ELF] Support for R_ARM_THM_JUMP8
Petr Hosek via All-commits
all-commits at lists.llvm.org
Thu Nov 11 09:07:13 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d56b171ee965eba9ba30f4a479a9f2e1703105cf
https://github.com/llvm/llvm-project/commit/d56b171ee965eba9ba30f4a479a9f2e1703105cf
Author: Petr Hosek <phosek at google.com>
Date: 2021-11-11 (Thu, 11 Nov 2021)
Changed paths:
M lld/ELF/Arch/ARM.cpp
M lld/ELF/InputSection.cpp
M lld/test/ELF/Inputs/arm-thumb-narrow-branch.o
M lld/test/ELF/Inputs/arm-thumb-narrow-branch.s
M lld/test/ELF/arm-thumb-narrow-branch-check.s
M lld/test/ELF/arm-thumb-undefined-weak-narrow.test
Log Message:
-----------
[lld][ELF] Support for R_ARM_THM_JUMP8
This change implements support for R_ARM_THM_JUMP8 relocation in
addition to R_ARM_THM_JUMP11 which is already supported by LLD.
Differential Revision: https://reviews.llvm.org/D21225
More information about the All-commits
mailing list