From 0301154c0edc86816e995c9847a4e3f2856c2dad Mon Sep 17 00:00:00 2001 From: Tim Northover Date: Sat, 29 Mar 2014 07:33:24 +0000 Subject: [PATCH] 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 --- lib/MC/MCAsmInfoDarwin.cpp | 1 + 1 file changed, 1 insertion(+) 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; -- 2.11.0