[cfe-dev] MS Inline Asm Bug

JB Feldman jb.feldman at kyrus-tech.com
Wed Mar 12 10:41:53 PDT 2014


I just filed a bug that I discovered while trying to compile against MS
headers.

http://llvm.org/bugs/show_bug.cgi?id=19116

Basically, it seems it doesn't appreciate the word "short" as part of the
jump (jc) instruction, I assume it was trying to parse this as an
identifier.

This doesn't look like too wacky of assembly syntax, though usually people
just let the compiler figure out how to encode the jump.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20140312/a8d3c519/attachment.html>


More information about the cfe-dev mailing list