MachO: actually set linker-private prefix at MC level.
authorTim Northover <tnorthover@apple.com>
Sat, 29 Mar 2014 07:33:24 +0000 (07:33 +0000)
committerTim Northover <tnorthover@apple.com>
Sat, 29 Mar 2014 07:33:24 +0000 (07:33 +0000)
This was accidentally omitted from r205081.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205083 91177308-0d34-0410-b5e6-96231b3b80d8

lib/MC/MCAsmInfoDarwin.cpp

index e907b7510293f60e3243ce1e7ef1267824d40723..eaf28dd4cf79b604fcacd28e0bd7d722f891086e 100644 (file)
@@ -23,6 +23,7 @@ void MCAsmInfoDarwin::anchor() { }
 MCAsmInfoDarwin::MCAsmInfoDarwin() {
   // Common settings for all Darwin targets.
   // Syntax:
+  LinkerPrivateGlobalPrefix = "l";
   HasSingleParameterDotFile = false;
   HasSubsectionsViaSymbols = true;