[lld] [lld][ELF] Allow Arm PC-relative relocations in pic or shared library (PR #77304)
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 10 11:25:42 PST 2024
MaskRay wrote:
> Allow Arm PC-relative relocations in pic or shared library
PIC links include both `-pie` and `-shared`.
`-shared` is for shared libraries.
So "pic or shared library" is redundant not so accurage.
Perhaps `Allow ... in PIC links.`
https://github.com/llvm/llvm-project/pull/77304
More information about the llvm-commits
mailing list