From 415c8cf837439401f2df75d992d7e296d1d6746a Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Tue, 25 Aug 2009 21:31:39 +0000 Subject: Revert last patch. We need to put this into TargetLowering. There will be a lot of EH stuff going into there, so we can wait to add them all then. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80036 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/MC/MCAsmInfo.cpp | 1 - lib/MC/MCAsmInfoDarwin.cpp | 1 - 2 files changed, 2 deletions(-) (limited to 'lib') diff --git a/lib/MC/MCAsmInfo.cpp b/lib/MC/MCAsmInfo.cpp index 9b21100..6562560 100644 --- a/lib/MC/MCAsmInfo.cpp +++ b/lib/MC/MCAsmInfo.cpp @@ -79,7 +79,6 @@ MCAsmInfo::MCAsmInfo() { DwarfRequiresFrameSection = true; DwarfUsesInlineInfoSection = false; Is_EHSymbolPrivate = true; - ForceEncodingOfFDETo32Bits = true; GlobalEHDirective = 0; SupportsWeakOmittedEHFrame = true; DwarfSectionOffsetDirective = 0; diff --git a/lib/MC/MCAsmInfoDarwin.cpp b/lib/MC/MCAsmInfoDarwin.cpp index e2069b0..38b9e5b 100644 --- a/lib/MC/MCAsmInfoDarwin.cpp +++ b/lib/MC/MCAsmInfoDarwin.cpp @@ -52,7 +52,6 @@ MCAsmInfoDarwin::MCAsmInfoDarwin() { // doesn't hurt anything. // FIXME: I need to get this from Triple. Is_EHSymbolPrivate = false; - ForceEncodingOfFDETo32Bits = false; GlobalEHDirective = "\t.globl\t"; SupportsWeakOmittedEHFrame = false; -- cgit v1.1