Layout helper function.
authorMatt Fleming <matt@console-pimps.org>
Mon, 16 Aug 2010 18:35:06 +0000 (18:35 +0000)
committerMatt Fleming <matt@console-pimps.org>
Mon, 16 Aug 2010 18:35:06 +0000 (18:35 +0000)
commita8bf473fb15bbedc78144ec57438f884616283b0
tree17b2655e4b5a4f8c4f8a5933f1c1b4e21120d09c
parent6c8b3d2f1f6fe6eb6a7ae81eab24c1b6db9232ae
Layout helper function.

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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111171 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCAssembler.h
lib/MC/MCAssembler.cpp