Revert 106592 for now. It causes clang-selfhost build failure.
[oota-llvm.git] / lib / MC / MCAsmInfoCOFF.cpp
index 5170206c729b54613895e72bd9c349045434b528..7fc7d7abb232c8283ce663fe7dbfb1d60b68a4f8 100644 (file)
@@ -31,8 +31,6 @@ MCAsmInfoCOFF::MCAsmInfoCOFF() {
 
   // Set up DWARF directives
   HasLEB128 = true;  // Target asm supports leb128 directives (little-endian)
-  AbsoluteDebugSectionOffsets = true;
-  AbsoluteEHSectionOffsets = false;
   SupportsDebugInformation = true;
   DwarfSectionOffsetDirective = "\t.secrel32\t";
   HasMicrosoftFastStdCallMangling = true;