| commit | 8febe3dcf4e8b5be5e1c1401b5a38375ce7aecf0 | [log] [tgz] |
|---|---|---|
| author | Alexander Shaposhnikov <shal1t712@gmail.com> | Mon Mar 12 22:40:09 2018 +0000 |
| committer | Alexander Shaposhnikov <shal1t712@gmail.com> | Mon Mar 12 22:40:09 2018 +0000 |
| tree | 8d399eef287a5d40b6a8f9a0b9784d8cd1f5b6da | |
| parent | 4ecdb44a64c7aab7f46d522fbeaadb5912efb271 [diff] |
[llvm-readobj] Extend the output of -elf-section-groups This diff extends the output of -elf-section-groups (llvm style, gnu style is unchanged since it's meant to be compatible with binutils readelf) with sh_link and sh_info. This change will enable us to use llvm-readobj -elf-section-groups for testing llvm-objcopy's support for .group sections. Test plan: make check-all Differential revision: https://reviews.llvm.org/D44280 llvm-svn: 327341