Use get(0 Instead of Create()
[oota-llvm.git] / lib / MC / MCAsmInfoCOFF.cpp
index e9bc8fa9c3e47ea086bd46f09958d31c88cde03e..7fc7d7abb232c8283ce663fe7dbfb1d60b68a4f8 100644 (file)
@@ -31,7 +31,6 @@ MCAsmInfoCOFF::MCAsmInfoCOFF() {
 
   // Set up DWARF directives
   HasLEB128 = true;  // Target asm supports leb128 directives (little-endian)
-  AbsoluteDebugSectionOffsets = true;
   SupportsDebugInformation = true;
   DwarfSectionOffsetDirective = "\t.secrel32\t";
   HasMicrosoftFastStdCallMangling = true;