mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-06 11:19:09 +00:00
Use semicolon as assembler comment string
llvm-svn: 89571
This commit is contained in:
parent
99c5b49c61
commit
9cea2b264c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user