diff options
author | Bill Wendling <isanbard@gmail.com> | 2009-09-20 09:13:15 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2009-09-20 09:13:15 +0000 |
commit | 692a3ea0b78a5ea426a5bb089878d157e5bb3616 (patch) | |
tree | 8cd3c94e0d4a01df367efb82f6b0c116567f784c /llvm/lib/Target/TargetLoweringObjectFile.cpp | |
parent | 13306a1fff738543748b7636d2f92c702a597b25 (diff) | |
download | bcm5719-llvm-692a3ea0b78a5ea426a5bb089878d157e5bb3616.tar.gz bcm5719-llvm-692a3ea0b78a5ea426a5bb089878d157e5bb3616.zip |
--- Reverse-merging r82282 into '.':
U lib/CodeGen/AsmPrinter/DwarfException.cpp
U lib/CodeGen/AsmPrinter/DwarfException.h
--- Reverse-merging r82274 into '.':
U lib/Target/TargetLoweringObjectFile.cpp
G lib/CodeGen/AsmPrinter/DwarfException.cpp
These revisions were breaking everything.
llvm-svn: 82396
Diffstat (limited to 'llvm/lib/Target/TargetLoweringObjectFile.cpp')
-rw-r--r-- | llvm/lib/Target/TargetLoweringObjectFile.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/lib/Target/TargetLoweringObjectFile.cpp b/llvm/lib/Target/TargetLoweringObjectFile.cpp index 3202c4ce469..c1aab9921fb 100644 --- a/llvm/lib/Target/TargetLoweringObjectFile.cpp +++ b/llvm/lib/Target/TargetLoweringObjectFile.cpp @@ -782,13 +782,8 @@ void TargetLoweringObjectFileMachO::Initialize(MCContext &Ctx, } // Exception Handling. -#if 0 - LSDASection = getMachOSection("__TEXT", "__gcc_except_tab", 0, - SectionKind::getReadOnly()); -#else LSDASection = getMachOSection("__DATA", "__gcc_except_tab", 0, SectionKind::getDataRel()); -#endif EHFrameSection = getMachOSection("__TEXT", "__eh_frame", MCSectionMachO::S_COALESCED | |