commit | 3c97fc9ae4141b337cccf4da03473a7002b3a717 | [log] [tgz] |
---|---|---|
author | Anton Korobeynikov <asl@math.spbu.ru> | Sun Nov 22 01:12:49 2009 +0000 |
committer | Anton Korobeynikov <asl@math.spbu.ru> | Sun Nov 22 01:12:49 2009 +0000 |
tree | f8d4020d03d88176e546e1691a56657f6eabe1bb | |
parent | 21ce2e3c74d3b64a9dafde190d18dbf3aa003112 [diff] |
Use semicolon as assembler comment string git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89571 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/MSP430/MSP430MCAsmInfo.cpp b/lib/Target/MSP430/MSP430MCAsmInfo.cpp index 4e3a8d0..516eacb 100644 --- a/lib/Target/MSP430/MSP430MCAsmInfo.cpp +++ b/lib/Target/MSP430/MSP430MCAsmInfo.cpp
@@ -19,6 +19,7 @@ WeakRefDirective ="\t.weak\t"; SetDirective = "\t.set\t"; PCSymbol="."; + CommentString = ";"; AlignmentIsInBytes = false; AllowNameToStartWithDigit = true;