RelocOffset is a 32-bit value, but we previously truncated it to 16 bits.
Fixes PR33335.
Paths
| Differential D33968
[codeview] use 32-bit integer for RelocOffset in DebugLinesSubsection ClosedPublic Authored by inglorion on Jun 6 2017, 5:13 PM.
Details Summary RelocOffset is a 32-bit value, but we previously truncated it to 16 bits. Fixes PR33335.
Diff Detail
Event TimelineClosed by commit rL305043: [codeview] use 32-bit integer for RelocOffset in DebugLinesSubsection (authored by inglorion). · Explain WhyJun 8 2017, 6:18 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 101986 llvm/trunk/include/llvm/DebugInfo/CodeView/DebugLinesSubsection.h
llvm/trunk/lib/DebugInfo/CodeView/DebugLinesSubsection.cpp
llvm/trunk/test/DebugInfo/PDB/Inputs/debug-subsections.yaml
|
Didn't you update corresponding testcase? See also rL305063.