search for: d29a4719

Displaying 1 result from an estimated 1 matches for "d29a4719".

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