http://llvm.org/bugs/show_bug.cgi?id=18916
Yuri <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- --- Comment #8 from Yuri <[email protected]> --- Here is the case with single blob: $ cat t.cpp int main() { __asm__ ( ".intel_syntax noprefix;" "mov QWORD PTR [%r11+1*8], rdi;" ".att_syntax prefix;" ); return 0; } $ g++ t.cpp $ clang++ t.cpp t.cpp:3:5: error: unknown token in expression ".intel_syntax noprefix;" ^ <inline asm>:1:40: note: instantiated into assembly here .intel_syntax noprefix;mov QWORD PTR [%r11+1*8], rdi;.att_syntax prefix; ^ 1 error generated. -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
