[llvm-commits] [LLVMdev] Questions on ARMInstrInfo.td and MC/ARM/ELF

Jason Kim jasonwkim at google.com
Wed Sep 29 17:33:48 PDT 2010


On Wed, Sep 29, 2010 at 4:42 PM, Chris Lattner <clattner at apple.com> wrote:
>
> I'm not sure what you mean.  The MCStreamer interface should have methods for all possible directives that can be sent to a .s file.  The problem here has nothing to do with text output, it is that we don't have a way to send the ".syntax unified" directive down a streamer.  The right fix is to add this support to MCStreamer.

Ahh! Okay. makes sense now. I'll send a small patch shortly.
Thanks

-jason

>
> -Chris
>
>




More information about the llvm-commits mailing list