[llvm-commits] [llvm-gcc-4.2] r43909 - in /llvm-gcc-4.2/trunk/gcc: config/arm/arm.h llvm-convert.cpp

Lauro Ramos Venancio lauro.venancio at gmail.com
Thu Nov 8 14:58:02 PST 2007


2007/11/8, Chris Lattner <clattner at apple.com>:
> On Nov 8, 2007, at 2:10 PM, Lauro Ramos Venancio wrote:
> > Author: laurov
> > Date: Thu Nov  8 16:10:12 2007
> > New Revision: 43909
> >
> > URL: http://llvm.org/viewvc/llvm-project?rev=43909&view=rev
> > Log:
> > Implement the '%@' inline asm ARM extension.
>
> Hey Lauro,
>
> in .td files, you can use "${:comment}" to print the comment
> character, does this work in inline asm?

I don't think so.

Error message:
Bad $ operand number in inline asm string: '${:comment test}

Lauro



More information about the llvm-commits mailing list