[cfe-dev] Where is the unknown token when using the Integrated Assembler (Intel syntax, neg instruction)?

Jeffrey Walton noloader at gmail.com
Mon Jul 27 16:14:45 PDT 2015


On Mon, Jul 27, 2015 at 7:05 PM, Reid Kleckner <rnk at google.com> wrote:
> BTW, I filed a PR for this: https://llvm.org/bugs/show_bug.cgi?id=24232
>
> I'm not interested in implementing ".intel_syntax prefix", but I am
> interested in making this code parse.
>
No problem Reid.

We are going to try and refactor some of the assembly into S files to
relieve some of the pressures from Clang, and allow use of other
assemblers, like NASM.

We will still need those quick one- or three-liners, like rotate.

Jeff



More information about the cfe-dev mailing list