[llvm-commits] [llvm] r130611 - /llvm/trunk/lib/MC/MCAsmStreamer.cpp
Chris Lattner
clattner at apple.com
Sun May 1 12:31:57 PDT 2011
On Apr 30, 2011, at 9:34 AM, Rafael Espindola wrote:
> Author: rafael
> Date: Sat Apr 30 11:34:57 2011
> New Revision: 130611
>
> URL: http://llvm.org/viewvc/llvm-project?rev=130611&view=rev
> Log:
> Implement MCAsmStreamer::EmitEHSymAttributes. Doing this in the asm streamer
> is a bit ugly, but doing it on the base MCStreamer would be redundant
> with the object streamer which does it using SD.
Hey Rafael,
I'm loving your work on the CFI directives. Can you add a verbose-asm comment to directives that makes sense? It would be great to print out the register name in ".cfi_offset" etc.
Thanks again for working on this!
-Chris
More information about the llvm-commits
mailing list