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:
24def37
)
I need Triple information, 10.6 shouldn't set this, it bloats
author
Chris Lattner
<sabre@nondot.org>
Sun, 2 Aug 2009 06:51:58 +0000
(06:51 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sun, 2 Aug 2009 06:51:58 +0000
(06:51 +0000)
object files.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77887
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/DarwinTargetAsmInfo.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/DarwinTargetAsmInfo.cpp
b/lib/Target/DarwinTargetAsmInfo.cpp
index ff1f3908a0f0d6010c5976e2890b2ceb1733237a..041dfa9ece4159c0893c1f6d069ce11fad64f459 100644
(file)
--- a/
lib/Target/DarwinTargetAsmInfo.cpp
+++ b/
lib/Target/DarwinTargetAsmInfo.cpp
@@
-37,8
+37,9
@@
DarwinTargetAsmInfo::DarwinTargetAsmInfo() {
HiddenDirective = "\t.private_extern ";
// _foo.eh symbols are currently always exported so that the linker knows
- // about them. This
may not strictly be
necessary on 10.6 and later, but it
+ // about them. This
is not
necessary on 10.6 and later, but it
// doesn't hurt anything.
+ // FIXME: I need to get this from Triple.
Is_EHSymbolPrivate = false;
DwarfAbbrevSection = ".section __DWARF,__debug_abbrev,regular,debug";