This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6ef46a770d1 [ExpandMemCmp] Move all options to TargetTransformInfo. new 6e6460f88c0 [yaml2obj/obj2yaml] - Allow having the symbols and sections [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: test/Object/X86/obj2yaml-dup-section-name.s | 14 +- .../duplicate-symbol-and-section-names.test | 152 ++++++++++++++++++ test/tools/yaml2obj/duplicate-section-names.test | 170 +++++++++++++++++++++ test/tools/yaml2obj/duplicate-symbol-names.test | 100 ++++++++++++ tools/obj2yaml/elf2yaml.cpp | 86 +++++++---- tools/yaml2obj/yaml2elf.cpp | 17 ++- 6 files changed, 499 insertions(+), 40 deletions(-) create mode 100644 test/tools/obj2yaml/duplicate-symbol-and-section-names.test create mode 100644 test/tools/yaml2obj/duplicate-section-names.test create mode 100644 test/tools/yaml2obj/duplicate-symbol-names.test