[llvm] r238073 - Produce a single string table in a ELF .o

Ed Maste emaste at freebsd.org
Tue Jun 2 06:21:51 PDT 2015


On 22 May 2015 at 19:58, Rafael Espindola <rafael.espindola at gmail.com> wrote:
> Author: rafael
> Date: Fri May 22 18:58:30 2015
> New Revision: 238073
>
> URL: http://llvm.org/viewvc/llvm-project?rev=238073&view=rev
> Log:
> Produce a single string table in a ELF .o

This has been discussed in private mail, but for the sake of others
I'll mention it here.

This change causes ELF Tool Chain's elfcopy / strip to exit with an
assertion - it seems it will not function without a .shstrtab section.
I've created a ticket for this in ELF Tool Chain's tracker, at
https://sourceforge.net/p/elftoolchain/tickets/497/



More information about the llvm-commits mailing list