Use semicolon as assembler comment string

llvm-svn: 89571
This commit is contained in:
Anton Korobeynikov 2009-11-22 01:12:49 +00:00
parent 99c5b49c61
commit 9cea2b264c

View File

@ -19,6 +19,7 @@ MSP430MCAsmInfo::MSP430MCAsmInfo(const Target &T, const StringRef &TT) {
WeakRefDirective ="\t.weak\t";
SetDirective = "\t.set\t";
PCSymbol=".";
CommentString = ";";
AlignmentIsInBytes = false;
AllowNameToStartWithDigit = true;