aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/TargetLoweringObjectFile.cpp
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2009-09-20 09:13:15 +0000
committerBill Wendling <isanbard@gmail.com>2009-09-20 09:13:15 +0000
commit711bb91574db242ba34a86caea719819b0ecef43 (patch)
treeaa204cecc62235db7bde5cada8a8dd3d4f421e40 /lib/Target/TargetLoweringObjectFile.cpp
parent705764110ccf2fd1db255e8e7ac4e8a510f3ecd1 (diff)
downloadexternal_llvm-711bb91574db242ba34a86caea719819b0ecef43.zip
external_llvm-711bb91574db242ba34a86caea719819b0ecef43.tar.gz
external_llvm-711bb91574db242ba34a86caea719819b0ecef43.tar.bz2
--- 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82396 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/TargetLoweringObjectFile.cpp')
-rw-r--r--lib/Target/TargetLoweringObjectFile.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/Target/TargetLoweringObjectFile.cpp b/lib/Target/TargetLoweringObjectFile.cpp
index 3202c4c..c1aab99 100644
--- a/lib/Target/TargetLoweringObjectFile.cpp
+++ b/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 |