[obj2yaml/yaml2obj] Add SHT_GROUP support.
authorShankar Easwaran <shankare@codeaurora.org>
Sat, 21 Feb 2015 04:28:26 +0000 (04:28 +0000)
committerShankar Easwaran <shankare@codeaurora.org>
Sat, 21 Feb 2015 04:28:26 +0000 (04:28 +0000)
commit5872174fd895a06128c95b0a22350b84ba429640
tree9bff7d13367d276bfc0144713cabc55abdb0ae63
parenta983427f67e227649ca3da4cd8f81cc41a56e155
[obj2yaml/yaml2obj] Add SHT_GROUP support.

This adds section group support to the tools obj2yaml and yaml2obj.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230124 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Object/ELFYAML.h
lib/Object/ELFYAML.cpp
test/Object/Inputs/sectionGroup.elf.x86-64 [new file with mode: 0644]
test/Object/obj2yaml-sectiongroup.test [new file with mode: 0644]
tools/obj2yaml/elf2yaml.cpp
tools/yaml2obj/yaml2elf.cpp