--- Reverse-merging r82282 into '.':
[oota-llvm.git] / lib / Target / TargetLoweringObjectFile.cpp
index 3202c4ce4691bfdf7d98fcb69bd7aa12ef408f55..c1aab9921fb22a5b468cb33bfe4715da46c6a0a8 100644 (file)
@@ -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 |