Skip to content
  • Devang Patel's avatar
    Fix EmitSectionOffset incorrect argument. DwarfDebug is emitting debug info so... · 852a04e7
    Devang Patel authored
    Fix EmitSectionOffset incorrect argument. DwarfDebug is emitting debug info so isEH is always false. This was hiding until now from compilers because of default arguments. This was hiding from dwarf debug info users because for most of the platform isAbsoluteEHSectionOffsets() is same as isAbsoluteDebugSectionOffsets(). But Chris found it while updating dwarf printer to use MC*.
    
    llvm-svn: 98743
    852a04e7
Loading