summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCAsmInfo.cpp
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-12-02 23:39:26 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-12-02 23:39:26 +0000
commit5113d166f5236b001b7fe490a4665dd358eae250 (patch)
treefd4b7c73aec4fb3cf815fc70460d83cbc4635ab4 /llvm/lib/MC/MCAsmInfo.cpp
parent5733d9bbb0d25f9d48a6daa3324eba5b5c4b5a7f (diff)
downloadbcm5719-llvm-5113d166f5236b001b7fe490a4665dd358eae250.tar.gz
bcm5719-llvm-5113d166f5236b001b7fe490a4665dd358eae250.zip
Refactor the setting of PrivateGlobalPrefix.
No functionality change. llvm-svn: 196170
Diffstat (limited to 'llvm/lib/MC/MCAsmInfo.cpp')
-rw-r--r--llvm/lib/MC/MCAsmInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/MC/MCAsmInfo.cpp b/llvm/lib/MC/MCAsmInfo.cpp
index 53c28c201b9..16506fe89e6 100644
--- a/llvm/lib/MC/MCAsmInfo.cpp
+++ b/llvm/lib/MC/MCAsmInfo.cpp
@@ -42,7 +42,7 @@ MCAsmInfo::MCAsmInfo() {
LabelSuffix = ":";
DebugLabelSuffix = ":";
GlobalPrefix = '\0';
- PrivateGlobalPrefix = ".";
+ PrivateGlobalPrefix = "L";
LinkerPrivateGlobalPrefix = "";
InlineAsmStart = "APP";
InlineAsmEnd = "NO_APP";
OpenPOWER on IntegriCloud