MachO: allow each section to have a linker-private symbol
[oota-llvm.git] / lib / MC / MCAsmInfo.cpp
index c78d3d574a4c75fb797ee81863287f75e6336edd..966714592a6f711c6f0cd90f6f3f5b117e2ca252 100644 (file)
@@ -41,6 +41,7 @@ MCAsmInfo::MCAsmInfo() {
   LabelSuffix = ":";
   DebugLabelSuffix = ":";
   PrivateGlobalPrefix = "L";
+  LinkerPrivateGlobalPrefix = "";
   InlineAsmStart = "APP";
   InlineAsmEnd = "NO_APP";
   Code16Directive = ".code16";