Hello folks out there,
here is my first patch to llvm. Bon appetit.
Franesco
The AsmLexer has been implemented with the assumption that the CommentString defined as a const char * in MCAsmInfo.h should be defined as a single char. In AArch64 CommentString is defined as "//", so that even "/" was defined as comment start. Regression tests has been introduced in test/MC/AsmParser/AsmLexer/, and some of the darwin regression tests has been adapted to the "##" CommentString.