mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-03 14:31:10 +00:00
MC: Change default comment column to 40 characters.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95378 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
401f030fb8
commit
73163f875a
@ -62,7 +62,7 @@ namespace llvm {
|
||||
|
||||
/// CommentColumn - This indicates the comment num (zero-based) at
|
||||
/// which asm comments should be printed.
|
||||
unsigned CommentColumn; // Defaults to 60
|
||||
unsigned CommentColumn; // Defaults to 40
|
||||
|
||||
/// CommentString - This indicates the comment character used by the
|
||||
/// assembler.
|
||||
|
@ -25,7 +25,7 @@ MCAsmInfo::MCAsmInfo() {
|
||||
MaxInstLength = 4;
|
||||
PCSymbol = "$";
|
||||
SeparatorChar = ';';
|
||||
CommentColumn = 60;
|
||||
CommentColumn = 40;
|
||||
CommentString = "#";
|
||||
GlobalPrefix = "";
|
||||
PrivateGlobalPrefix = ".";
|
||||
|
Loading…
x
Reference in New Issue
Block a user