projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21ce2e3
)
Use semicolon as assembler comment string
author
Anton Korobeynikov
<asl@math.spbu.ru>
Sun, 22 Nov 2009 01:12:49 +0000
(
01:12
+0000)
committer
Anton Korobeynikov
<asl@math.spbu.ru>
Sun, 22 Nov 2009 01:12:49 +0000
(
01:12
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89571
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/MSP430/MSP430MCAsmInfo.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/MSP430/MSP430MCAsmInfo.cpp
b/lib/Target/MSP430/MSP430MCAsmInfo.cpp
index 4e3a8d0575ff93403cc6184b9aea012d10a54f5e..516eacb535641a4e0c1b7e4d5211a3910b7b1473 100644
(file)
--- a/
lib/Target/MSP430/MSP430MCAsmInfo.cpp
+++ b/
lib/Target/MSP430/MSP430MCAsmInfo.cpp
@@
-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;