[LLVMdev] target feature matrix
Chris Lattner
clattner at apple.com
Thu Dec 9 17:00:00 PST 2010
On Oct 24, 2010, at 10:36 AM, Renato Golin wrote:
> On 24 October 2010 17:21, Chris Lattner <clattner at apple.com> wrote:
>> I just added this table:
>> http://llvm.org/docs/CodeGenerator.html#targetfeatures
>
> Hi Chris,
>
> That's great!
>
> I didn't know ARM back-end had support for inline assembly. If there
> is no assembly parser, does it call gas in a special way?
Hi Renato,
Not having an assembly parser means that the "direct .o file writer" won't support inline assembly. This is a work in progress :)
-Chris
More information about the llvm-dev
mailing list