[llvm] r205083 - MachO: actually set linker-private prefix at MC level.

Tim Northover tnorthover at apple.com
Sat Mar 29 00:33:25 PDT 2014


Author: tnorthover
Date: Sat Mar 29 02:33:24 2014
New Revision: 205083

URL: http://llvm.org/viewvc/llvm-project?rev=205083&view=rev
Log:
MachO: actually set linker-private prefix at MC level.

This was accidentally omitted from r205081.

Modified:
    llvm/trunk/lib/MC/MCAsmInfoDarwin.cpp

Modified: llvm/trunk/lib/MC/MCAsmInfoDarwin.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/MC/MCAsmInfoDarwin.cpp?rev=205083&r1=205082&r2=205083&view=diff
==============================================================================
--- llvm/trunk/lib/MC/MCAsmInfoDarwin.cpp (original)
+++ llvm/trunk/lib/MC/MCAsmInfoDarwin.cpp Sat Mar 29 02:33:24 2014
@@ -23,6 +23,7 @@ void MCAsmInfoDarwin::anchor() { }
 MCAsmInfoDarwin::MCAsmInfoDarwin() {
   // Common settings for all Darwin targets.
   // Syntax:
+  LinkerPrivateGlobalPrefix = "l";
   HasSingleParameterDotFile = false;
   HasSubsectionsViaSymbols = true;
 





More information about the llvm-commits mailing list