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

Renato Golin via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 25 14:06:03 PDT 2016


rengolin added a comment.

Well, @ is the comment string on Darwin and ELF, so it's possible that MS went with the default.

If it did, I don't understand how we didn't notice this before. Did we never test asm files on Windows? Or maybe only used Cygwin for asm files?


https://reviews.llvm.org/D22775





More information about the llvm-commits mailing list