aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/DarwinTargetAsmInfo.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Target/DarwinTargetAsmInfo.cpp b/lib/Target/DarwinTargetAsmInfo.cpp
index ff1f3908a0..041dfa9ece 100644
--- 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";