OSDN Git Service

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 e907b75..eaf28dd 100644 (file)
@@ -23,6 +23,7 @@ void MCAsmInfoDarwin::anchor() { }
 MCAsmInfoDarwin::MCAsmInfoDarwin() {
   // Common settings for all Darwin targets.
   // Syntax:
+  LinkerPrivateGlobalPrefix = "l";
   HasSingleParameterDotFile = false;
   HasSubsectionsViaSymbols = true;