[llvm-commits] COFF linkonce update

Chris Lattner clattner at apple.com
Tue May 11 18:47:23 PDT 2010


On May 11, 2010, at 6:18 PM, Nathan Jeffords wrote:

> I would like to commit this patch as part of my ongoing work on improving COFF support in the MC library.
> 
> This patch changes where the .linkonce attribute is emitted from the symbol to the section the symbol was assigned to.

Looks great, please fix the brace here:  :-)

+  if (getCharacteristics() & MCSectionCOFF::IMAGE_SCN_LNK_COMDAT)
+  {

and commit!

-Chris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20100511/d63959a7/attachment.html>


More information about the llvm-commits mailing list