[llvm-commits] [llvm] r83127 - /llvm/trunk/lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp
Bob Wilson
bob.wilson at apple.com
Wed Sep 30 10:04:38 PDT 2009
On Sep 29, 2009, at 6:14 PM, Chris Lattner wrote:
>
> Hi Bob,
>
> Please follow the lead of PPCDarwinAsmPrinter::doInitialization,
> which has to do a similar thing for PPC. Specifically, please
> switch sections with OutStreamer.SwitchSection instead of textually.
Oh, right, I should have caught that. For some reason, I was thinking
of this as "emit a glop of magic incantations" instead of "emit some
section changes". Will fix.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20090930/b20d62e8/attachment.html>
More information about the llvm-commits
mailing list