[llvm-bugs] [Bug 37251] New: coof2yaml-yaml2coff roundtrip is bad because of wrong r183403
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Apr 26 01:40:45 PDT 2018
https://bugs.llvm.org/show_bug.cgi?id=37251
Bug ID: 37251
Summary: coof2yaml-yaml2coff roundtrip is bad because of wrong
r183403
Product: libraries
Version: trunk
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: Object
Assignee: unassignedbugs at nondot.org
Reporter: kyrab at mail.ru
CC: llvm-bugs at lists.llvm.org
r183403
(http://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon-20130603/176763.html)
introduced a non-faithful YAML representation for COFF relocations.
COFF object's symbol table may well contain *different* symbols with the same
name.
This commit should either be reverted or `SymbolTableIndex` should also be
retained in the `COFFYAML::Relocation` structure.
--
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/20180426/830c4847/attachment-0001.html>
More information about the llvm-bugs
mailing list