OSDN Git Service

[llvm-readobj] Should declare `ListScope` for `verneed` entries.
authorXing GUO <higuoxing@gmail.com>
Wed, 10 Apr 2019 12:47:21 +0000 (12:47 +0000)
committerXing GUO <higuoxing@gmail.com>
Wed, 10 Apr 2019 12:47:21 +0000 (12:47 +0000)
commitaa784af74da872b18667b98299524607a62d56da
tree7df83618a07d331cb839f75a8e62a4fd899fd696
parentadd2ebdf9a6a9da2b7eff70891987bf426a49002
[llvm-readobj] Should declare `ListScope` for `verneed` entries.

Summary: YAML mappings require keys to be unique. See: https://yaml.org/spec/1.2/spec.html#id2764652

Reviewers: jhenderson, grimar, rupprecht, espindola, ruiu

Reviewed By: ruiu

Subscribers: ruiu, emaste, arichardson, MaskRay, llvm-commits

Tags: #llvm

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@358078 91177308-0d34-0410-b5e6-96231b3b80d8
test/tools/llvm-readobj/elf-versioninfo.test
test/tools/yaml2obj/verneed-section.yaml
test/tools/yaml2obj/versym-section.yaml
tools/llvm-readobj/ELFDumper.cpp