commit | e07b75e069969558c3fbb2f5bfb9a652f6ea1d6b | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Wed Sep 22 22:19:53 2010 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Wed Sep 22 22:19:53 2010 +0000 |
tree | 082ace8cf4a6c1bb02afbf7a6532370b7d6bef71 | |
parent | bea77bb6e82e7f7feae71b2cafea4f6a9f6098c0 [diff] [blame] |
allow target-specific label suffixes, patch by Yuri Gribov! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114592 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/MC/MCAsmInfo.cpp b/lib/MC/MCAsmInfo.cpp index 670b2e9..e8902e7 100644 --- a/lib/MC/MCAsmInfo.cpp +++ b/lib/MC/MCAsmInfo.cpp
@@ -28,6 +28,7 @@ SeparatorChar = ';'; CommentColumn = 40; CommentString = "#"; + LabelSuffix = ":"; GlobalPrefix = ""; PrivateGlobalPrefix = "."; LinkerPrivateGlobalPrefix = "";