Skip to content

Commit 5627670

Browse files
committed
MachO: actually set linker-private prefix at MC level.
This was accidentally omitted from r205081. llvm-svn: 205083
1 parent d5dd36a commit 5627670

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/MC/MCAsmInfoDarwin.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ void MCAsmInfoDarwin::anchor() { }
2323
MCAsmInfoDarwin::MCAsmInfoDarwin() {
2424
// Common settings for all Darwin targets.
2525
// Syntax:
26+
LinkerPrivateGlobalPrefix = "l";
2627
HasSingleParameterDotFile = false;
2728
HasSubsectionsViaSymbols = true;
2829

0 commit comments

Comments
 (0)