commit | 16cbc57dbb8113d45d2b600c549bb43655a1d9d8 | [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 | eee8617c0f283222d9f2f0d9b24c9ff0b2eb7d9e [diff] [blame] |
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;