[PATCH] D17857: [ELF] - DT_TEXTREL/DF_TEXTREL flags implemented.

Ed Maste via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 3 13:26:07 PST 2016


On 3 March 2016 at 15:18, Rui Ueyama via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
> It sounds like reasonable to not submit this until a real need comes up. I
> don't seems that we have an immediate need because the bug to create
> relocations to RO sections has been fixed.

I agree there's no urgency on this change and the case that prompted
my PR was a bug that's now fixed.

That said I believe there could be legitimate, if unusual cases that
result in such a relocation, and I think we ought to eventually
support -warn-shared-textrel also.


More information about the llvm-commits mailing list