summaryrefslogtreecommitdiff
path: root/lib/MC/MCAsmInfoDarwin.cpp
diff options
context:
space:
mode:
authorTim Northover <tnorthover@apple.com>2014-03-29 07:33:24 +0000
committerTim Northover <tnorthover@apple.com>2014-03-29 07:33:24 +0000
commit0301154c0edc86816e995c9847a4e3f2856c2dad (patch)
treedf65db795a7f451ca47bb9921b7b0b200a44fba4 /lib/MC/MCAsmInfoDarwin.cpp
parentc5d592d5d250ee39fda0fe48899e952328995472 (diff)
downloadllvm-0301154c0edc86816e995c9847a4e3f2856c2dad.tar.gz
llvm-0301154c0edc86816e995c9847a4e3f2856c2dad.tar.bz2
llvm-0301154c0edc86816e995c9847a4e3f2856c2dad.tar.xz
MachO: actually set linker-private prefix at MC level.
This was accidentally omitted from r205081. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205083 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/MC/MCAsmInfoDarwin.cpp')
-rw-r--r--lib/MC/MCAsmInfoDarwin.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/MC/MCAsmInfoDarwin.cpp b/lib/MC/MCAsmInfoDarwin.cpp
index e907b75102..eaf28dd4cf 100644
--- a/lib/MC/MCAsmInfoDarwin.cpp
+++ b/lib/MC/MCAsmInfoDarwin.cpp
@@ -23,6 +23,7 @@ void MCAsmInfoDarwin::anchor() { }
MCAsmInfoDarwin::MCAsmInfoDarwin() {
// Common settings for all Darwin targets.
// Syntax:
+ LinkerPrivateGlobalPrefix = "l";
HasSingleParameterDotFile = false;
HasSubsectionsViaSymbols = true;