projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5d592d
)
MachO: actually set linker-private prefix at MC level.
author
Tim Northover
<tnorthover@apple.com>
Sat, 29 Mar 2014 07:33:24 +0000
(07:33 +0000)
committer
Tim Northover
<tnorthover@apple.com>
Sat, 29 Mar 2014 07:33:24 +0000
(07:33 +0000)
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
patch
|
blob
|
history
diff --git
a/lib/MC/MCAsmInfoDarwin.cpp
b/lib/MC/MCAsmInfoDarwin.cpp
index e907b7510293f60e3243ce1e7ef1267824d40723..eaf28dd4cf79b604fcacd28e0bd7d722f891086e 100644
(file)
--- 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;