Skip to content
Commit 852a04e7 authored by Devang Patel's avatar Devang Patel
Browse files

Fix EmitSectionOffset incorrect argument. DwarfDebug is emitting debug info so...

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
parent 6aba4862
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment