[ObjectYAML] [COFF] Support multiple symbols with the same name
commit9ef308dd717279302c6014825497113ea028bbb6
authorMartin Storsjo <martin@martin.st>
Mon, 7 Jan 2019 20:55:33 +0000 (7 20:55 +0000)
committerMartin Storsjo <martin@martin.st>
Mon, 7 Jan 2019 20:55:33 +0000 (7 20:55 +0000)
tree685cc576ff127d628e0dc072a77fe1e36368a2eb
parentb9232fdce8aa10de0a254d0f28d920e765f63864
[ObjectYAML] [COFF] Support multiple symbols with the same name

Differential Revision: https://reviews.llvm.org/D56294

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@350566 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ObjectYAML/COFFYAML.h
lib/ObjectYAML/COFFYAML.cpp
test/tools/yaml2obj/coff-symbol-index.yaml [new file with mode: 0644]
tools/obj2yaml/coff2yaml.cpp
tools/yaml2obj/yaml2coff.cpp