[PATCH] D22775: [ARM] Set a non-conflicting comment character for assembly in MSVC mode

Saleem Abdulrasool via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 25 18:28:02 PDT 2016


compnerd added a comment.

The MS ASM support is nearly non-existent.  Ive generally used the IAS, so I never printed the ASM for Microsoft mode.  It makes sense that there are some silly bugs in the printing here, as Ive only focused on the ABI level compatibility.  Ideally, we would produce assembly that is consumable by armasm here.  The prefixed are set to the armasm style, and I think I prefer that the comment string also match (i.e. is set to ';').


https://reviews.llvm.org/D22775





More information about the llvm-commits mailing list