Revert 106592 for now. It causes clang-selfhost build failure.
[oota-llvm.git] / lib / MC / MCAsmInfoCOFF.cpp
index 9130493de277b3fac6078ff0a02d4e92c731cdec..7fc7d7abb232c8283ce663fe7dbfb1d60b68a4f8 100644 (file)
@@ -31,8 +31,7 @@ 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;
 }