[PATCH] D17918: [ELF] - Issue an error if trying to generate relocatable from objects having mixed splitstacks.
George Rimar via llvm-commits
llvm-commits at lists.llvm.org
Sun Mar 6 13:53:34 PST 2016
>You want to also keep ".note.GNU-no-split-stack", no?
>
>Thank you,
>Filipe
This patch is just about producing an error (when linking with -r) if one object
has ".note.GNU-split-stack?" and the other does not.
If file have ".note.GNU-no-split-stack" then it will either have ".note.GNU-split-stack?",
so implemented logic is correct here I believe.
Generally I am not sure how much splitstack feature is important, so I just want to stop generating currupted
output. And if we will want to have a full support for splitstacks, thats is for another patches anyways.
George.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160306/d9dbf1d4/attachment.html>
More information about the llvm-commits
mailing list