[llvm-bugs] [Bug 33335] New: llvm-pdbdump creates line info with different RelocOffset values when roundtripping from YAML
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Jun 6 16:44:05 PDT 2017
https://bugs.llvm.org/show_bug.cgi?id=33335
Bug ID: 33335
Summary: llvm-pdbdump creates line info with different
RelocOffset values when roundtripping from YAML
Product: libraries
Version: trunk
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P
Component: DebugInfo
Assignee: unassignedbugs at nondot.org
Reporter: llvm at inglorion.net
CC: llvm-bugs at lists.llvm.org
How to reproduce:
llvm-pdbdump pdb2yaml -all orig.pdb > orig.yaml
llvm-pdbdump yaml2pdb -pdb=new.pdb orig.yaml
llvb-pdbdump pdb2yaml -all new.pdb > new.yaml
diff orig.yaml new.yaml
This will produce many !Lines records which differ in RelocOffset.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20170606/4608756c/attachment.html>
More information about the llvm-bugs
mailing list