[PATCH] MC asm parser: allow @'s in symbol names in MS assembly

David Majnemer david.majnemer at gmail.com
Fri Oct 18 11:37:28 PDT 2013



================
Comment at: lib/MC/MCParser/AsmParser.cpp:2129
@@ -2122,2 +2128,3 @@
+    if (PrefixLoc.getPointer() + 1 != getTok().getLoc().getPointer())
       return true;
 
----------------
Should this be gated on `doesAllowAtInName`?


http://llvm-reviews.chandlerc.com/D1978



More information about the llvm-commits mailing list