[llvm-commits] [PATCH] MCSectionELF / MCContext

Jan Voung jvoung at google.com
Wed Sep 29 15:13:26 PDT 2010


Hi all,

Requesting review for this: a second patch related to setting entry sizes
for ELF sections. The first patch sent out earlier was for the .s - > .o
code path. This patch is for the .ll -> .o code path.

Previously there was logic in the .ll -> .s printing that would check the
SectionKind before printing the size, instead of actually using the
EntrySize field. This patch shifts that logic out to where the section and
its EntrySize field is initialized. That way, the code path for .ll -> .o
will also be able to write out the correct entry size.

- Jan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20100929/02dc77a6/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: entsize_ll.patch
Type: text/x-patch
Size: 4095 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20100929/02dc77a6/attachment.bin>


More information about the llvm-commits mailing list