[llvm-commits] MCStreamer::EmitCOFFSymbolDef

Chris Lattner clattner at apple.com
Sat May 8 12:56:33 PDT 2010


On May 8, 2010, at 12:33 PM, Nathan Jeffords wrote:
> Another way of asking the question: if gas can handle these directives individually, why does the COFF emitter need them aggregated together?
> 
> -Chris
> 
> OK, I reworked the patch to break out the components of the symbol definition into separate callbacks.
> <EmitCOFFSymbolDef.patch>

Great, applied in r103346 with a few style tweaks.   foo(x) instead of foo (x), "const MCSymbol *" instead of "MCSymbol const *", and {} placement.  Thanks!

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


More information about the llvm-commits mailing list