[LLVMdev] [PATCH] x86/asm: avoid mnemonics without type suffix

Linus Torvalds torvalds at linux-foundation.org
Sun Jul 14 11:34:17 PDT 2013


On Sun, Jul 14, 2013 at 11:26 AM, Ramkumar Ramachandra
<artagnon at gmail.com> wrote:
>
> I was trying to show a reduced case where gas doesn't complain, but
> llvm-mc does.  Try compiling this with llvm-mc, and you'll get:

Ok. So your commit message and explanation was pure and utter tripe,
and the real reason you want this is that llvm-mc is broken.

Please fix llvm-mc instead, ok? If the intent of llvm is to be
compatible with the gnu compiler tools, then it should do that. Plus
the gas behavior is clearly superior, so why not just improve the llvm
toolchain to match those improved semantics?

                Linus



More information about the llvm-dev mailing list