mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-24 04:09:45 +00:00
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
This commit is contained in:
parent
c5d592d5d2
commit
0301154c0e
@ -23,6 +23,7 @@ void MCAsmInfoDarwin::anchor() { }
|
||||
MCAsmInfoDarwin::MCAsmInfoDarwin() {
|
||||
// Common settings for all Darwin targets.
|
||||
// Syntax:
|
||||
LinkerPrivateGlobalPrefix = "l";
|
||||
HasSingleParameterDotFile = false;
|
||||
HasSubsectionsViaSymbols = true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user