[LLVMdev] [PATCH] print .weak directives

Rafael EspĂ­ndola rafael.espindola at gmail.com
Sat Dec 9 06:59:55 PST 2006


The attached patch makes the AsmPrinter emit one .weak directive for
each weak global variable that is referenced at least once in a global
table. It uses a std::set to print only one directive.

Thoughts?

Best Regards,
Rafael
-------------- next part --------------
A non-text attachment was scrubbed...
Name: llvm.patch
Type: text/x-patch
Size: 2945 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20061209/65b43aec/attachment.bin>


More information about the llvm-dev mailing list