I need Triple information, 10.6 shouldn't set this, it bloats

object files.

llvm-svn: 77887
This commit is contained in:
Chris Lattner 2009-08-02 06:51:58 +00:00
parent 6ddbb4c963
commit bdde99bd42
1 changed files with 2 additions and 1 deletions

View File

@ -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";