From d290505f0f991268d63a5c5d41f7e40a30dc72fd Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 4 Apr 2010 21:06:50 +0000 Subject: [PATCH] don't reset the default. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100352 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/PowerPC/PPCMCAsmInfo.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Target/PowerPC/PPCMCAsmInfo.cpp b/lib/Target/PowerPC/PPCMCAsmInfo.cpp index b37aee804ac..0be1fa4d94f 100644 --- a/lib/Target/PowerPC/PPCMCAsmInfo.cpp +++ b/lib/Target/PowerPC/PPCMCAsmInfo.cpp @@ -49,7 +49,6 @@ PPCLinuxMCAsmInfo::PPCLinuxMCAsmInfo(bool is64Bit) { // Exceptions handling if (!is64Bit) ExceptionsType = ExceptionHandling::Dwarf; - AbsoluteEHSectionOffsets = false; ZeroDirective = "\t.space\t"; Data64bitsDirective = is64Bit ? "\t.quad\t" : 0;