[LLVMdev] Bug in Intel asm syntax for MC

Jun Koi junkoi2004 at gmail.com
Fri Aug 16 02:17:16 PDT 2013


in LLVM 3.3, file lib/Target/X86/X86GenAsmWriter1.inc is generated for
Intel asm syntax. However, there are some lines like below:

....
  case 16:
    // ROL64mCL
    O << ", %cl";
    return;
    break;
....


this is wrong, since "%cl" is not Intel syntax.

hopefully somebody will fix this.

thanks.
Jun
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130816/d114b967/attachment.html>


More information about the llvm-dev mailing list