[PATCH] D54985: [ELF] Keep empty In.RelaIplt so that __rela_iplt_{start, end} have valid st_shndx
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 28 10:14:45 PST 2018
MaskRay added a comment.
In D54985#1311535 <https://reviews.llvm.org/D54985#1311535>, @ruiu wrote:
> It feels this patch modifies too many places to fix a cosmetic issue. Doesn't something like this work? https://gist.github.com/rui314/6382995c81689668961caf49a0e695f9
This works, but it may better use a SHF_ALLOC section (not sure if that is what ld.bfd uses)
Repository:
rLLD LLVM Linker
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D54985/new/
https://reviews.llvm.org/D54985
More information about the llvm-commits
mailing list