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 101645 llvm/include/llvm/DebugInfo/CodeView/DebugLinesSubsection.h
llvm/lib/DebugInfo/CodeView/DebugLinesSubsection.cpp
llvm/test/DebugInfo/PDB/Inputs/simple-line-info.yaml
llvm/test/DebugInfo/PDB/pdbdump-yaml-lineinfo-write.test
|