From: Tim Northover Date: Sat, 29 Mar 2014 07:33:24 +0000 (+0000) Subject: MachO: actually set linker-private prefix at MC level. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=0301154c0edc86816e995c9847a4e3f2856c2dad;p=oota-llvm.git 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 --- diff --git a/lib/MC/MCAsmInfoDarwin.cpp b/lib/MC/MCAsmInfoDarwin.cpp index e907b751029..eaf28dd4cf7 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;