Displaying 2 results from an estimated 2 matches for "861be71d".
2016 Oct 19
2
Embedding LLD version to executables
...on" in hope that other linkers
> follow it.
>
> At least that would look much better than a .gnu.xxxx
>
> —
> Mehdi
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20161018/861be71d/attachment.html>
2016 Oct 19
7
Embedding LLD version to executables
I'd like to make LLD embed version information so that we can determine if
an executable was created by LLD and if that's the case which version of
LLD.
ld.bfd doesn't seem to embed any information, so we cannot tell whether an
executable was linked by ld.bfd or not easily.
ld.gold embeds a string "GNU gold <version>" as ".note.gnu.gold-version"
section