[all-commits] [llvm/llvm-project] 6adc66: [llvm][ELF][AArch64] Handle R_AARCH64_PLT32 reloca...
Leonard Chan via All-commits
all-commits at lists.llvm.org
Wed Jun 10 11:35:09 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6adc664b9dfecba0d9bff7a51395a67aaadac9d3
https://github.com/llvm/llvm-project/commit/6adc664b9dfecba0d9bff7a51395a67aaadac9d3
Author: Leonard Chan <leonardchan at google.com>
Date: 2020-06-10 (Wed, 10 Jun 2020)
Changed paths:
M llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
M llvm/lib/Target/AArch64/AArch64TargetObjectFile.h
M llvm/lib/Target/AArch64/MCTargetDesc/AArch64ELFObjectWriter.cpp
A llvm/test/MC/AArch64/elf-reloc-plt32.s
Log Message:
-----------
[llvm][ELF][AArch64] Handle R_AARCH64_PLT32 relocation
This patch allows for usage of the @PLT modifier in AArch64 assembly which
lowers to an R_AARCH64_PLT32 relocation. See D81184 for handling this
relocation in lld.
Differential Revision: https://reviews.llvm.org/D81446
More information about the All-commits
mailing list