[llvm-commits] [PATCH 3/5] Introduce a helper method to add a section to the end of a layout. This will be used by the ELF ObjectWriter code to add the metadata sections (symbol table, etc) to the end of an object file.

Roman Divacky rdivacky at freebsd.org
Tue Aug 3 00:15:14 PDT 2010


On Mon, Aug 02, 2010 at 09:56:44PM -0700, Daniel Dunbar wrote:
> Hi Matt,
> 
> I'm not sure why this needs to exist in the assembler backend -- why
> can't the ELF streamer just create the appropriate sections at the end
> of assembly?

well, the sections needs to be laid out, right? how to do it without
changing the Layout?



More information about the llvm-commits mailing list