[PATCH] D33968: [codeview] use 32-bit integer for RelocOffset in DebugLinesSubsection

Bob Haarman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 9 10:47:05 PDT 2017


inglorion added inline comments.


================
Comment at: llvm/trunk/test/DebugInfo/PDB/Inputs/debug-subsections.yaml:41
           Flags:           [  ]
-          RelocOffset:     16
+          RelocOffset:     100016
           RelocSegment:    1
----------------
chapuni wrote:
> Didn't you update corresponding testcase? See also rL305063.
Yes. Thanks for fixing that.


Repository:
  rL LLVM

https://reviews.llvm.org/D33968





More information about the llvm-commits mailing list