[PATCH] D56294: [ObjectYAML] [COFF] Support multiple symbols with the same name
Martin Storsjö via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jan 5 02:35:35 PST 2019
mstorsjo updated this revision to Diff 180363.
mstorsjo marked an inline comment as done.
mstorsjo added a comment.
Using the `insert` method, to avoid double lookup. Will push next week after giving @jhenderson a chance to comment, unless there's more things to change.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56294/new/
https://reviews.llvm.org/D56294
Files:
include/llvm/ObjectYAML/COFFYAML.h
lib/ObjectYAML/COFFYAML.cpp
test/tools/yaml2obj/coff-symbol-index.yaml
tools/obj2yaml/coff2yaml.cpp
tools/yaml2obj/yaml2coff.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56294.180363.patch
Type: text/x-patch
Size: 11407 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190105/8a84f994/attachment.bin>
More information about the llvm-commits
mailing list