[PATCH] D33968: [codeview] use 32-bit integer for RelocOffset in DebugLinesSubsection
NAKAMURA Takumi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 9 01:55:59 PDT 2017
chapuni added inline comments.
================
Comment at: llvm/trunk/test/DebugInfo/PDB/Inputs/debug-subsections.yaml:41
Flags: [ ]
- RelocOffset: 16
+ RelocOffset: 100016
RelocSegment: 1
----------------
Didn't you update corresponding testcase? See also rL305063.
Repository:
rL LLVM
https://reviews.llvm.org/D33968
More information about the llvm-commits
mailing list