diff options
| author | Chris Lattner <sabre@nondot.org> | 2009-08-02 06:51:58 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2009-08-02 06:51:58 +0000 |
| commit | bdde99bd426f630be526a71ba8f89cf1fe301e99 (patch) | |
| tree | 8f0e658e0a884cd06a86ae577ef08de444234276 /llvm/lib/Target | |
| parent | 6ddbb4c963fdcb62964ed25530c182962ea0fde2 (diff) | |
| download | bcm5719-llvm-bdde99bd426f630be526a71ba8f89cf1fe301e99.tar.gz bcm5719-llvm-bdde99bd426f630be526a71ba8f89cf1fe301e99.zip | |
I need Triple information, 10.6 shouldn't set this, it bloats
object files.
llvm-svn: 77887
Diffstat (limited to 'llvm/lib/Target')
| -rw-r--r-- | llvm/lib/Target/DarwinTargetAsmInfo.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/Target/DarwinTargetAsmInfo.cpp b/llvm/lib/Target/DarwinTargetAsmInfo.cpp index ff1f3908a0f..041dfa9ece4 100644 --- a/llvm/lib/Target/DarwinTargetAsmInfo.cpp +++ b/llvm/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"; |

