don't reset defaults.
authorChris Lattner <sabre@nondot.org>
Mon, 8 Mar 2010 23:18:21 +0000 (23:18 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 8 Mar 2010 23:18:21 +0000 (23:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98004 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMMCAsmInfo.cpp
lib/Target/X86/X86MCAsmInfo.cpp

index ccd6addd82bea01f10b33f5ecd4e6544fb1e245e..20197e487d316a253148ce9ac8ea28b2d4a63769 100644 (file)
@@ -48,7 +48,6 @@ ARMMCAsmInfoDarwin::ARMMCAsmInfoDarwin() {
 
   // Exceptions handling
   ExceptionsType = ExceptionHandling::SjLj;
-  AbsoluteEHSectionOffsets = false;
 }
 
 ARMELFMCAsmInfo::ARMELFMCAsmInfo() {
index 250634fcb0362f781f01b2718ab222618b2bfff7..9498810b1566a53b1dcd72e841a27ae8fc3fb6f4 100644 (file)
@@ -68,7 +68,6 @@ X86MCAsmInfoDarwin::X86MCAsmInfoDarwin(const Triple &Triple) {
 
   // Exceptions handling
   ExceptionsType = ExceptionHandling::Dwarf;
-  AbsoluteEHSectionOffsets = false;
 }
 
 X86ELFMCAsmInfo::X86ELFMCAsmInfo(const Triple &Triple) {
@@ -90,7 +89,6 @@ X86ELFMCAsmInfo::X86ELFMCAsmInfo(const Triple &Triple) {
 
   // Exceptions handling
   ExceptionsType = ExceptionHandling::Dwarf;
-  AbsoluteEHSectionOffsets = false;
 }
 
 MCSection *X86ELFMCAsmInfo::getNonexecutableStackSection(MCContext &Ctx) const {