[PATCH] D139888: [lld][ARM] add linker support for Armv4(T) absolute relocations
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 12 23:06:04 PST 2022
MaskRay added a comment.
(Still on a trip so with limited time on a computer)
> add linker support for Armv4(T) absolute relocations
What are the "absolute relocations"? They usually refer to `R_ARM_ABS32` and other relocation types that are represented as `R_ABS` in lld.
"linker" in the subject isn't useful. The directory is all about the linker implementation.
If this is about supporting additional thunks, a more useful subject may be "Support thunks for ..."
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139888/new/
https://reviews.llvm.org/D139888
More information about the llvm-commits
mailing list