Displaying 2 results from an estimated 2 matches for "2e6da8a3".
Did you mean:
206da0a3
2016 Oct 29
1
Embedding LLD version to executables
..._____________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20161029/2e6da8a3/attachment.html>
2016 Oct 26
2
Embedding LLD version to executables
On Tue, Oct 25, 2016 at 06:07:09PM -0400, Rafael EspĂndola via llvm-dev wrote:
> I am ok with both ".note.linker-version" and adding an entry to .comment.
There is one important different between the two -- strip normally has
to preserve the former, but not the latter. As such, I'd quite a bit
prefer using .comment.
Joerg