| commit | 762abff698af1c2f5c243a90018ad846211aac9e | [log] [tgz] |
|---|---|---|
| author | George Rimar <grimar@accesssoftek.com> | Sat Sep 16 14:29:51 2017 +0000 |
| committer | George Rimar <grimar@accesssoftek.com> | Sat Sep 16 14:29:51 2017 +0000 |
| tree | d7d6ee489b10aef111384cecdb826c510a2c4a01 | |
| parent | 65d67807039df6a6b5e879fcf4686493680a4812 [diff] |
[llvm-readobj] - Teach tool to report error if some section is in multiple COMDAT groups at once. readelf tool reports an error when output contains the same section in multiple COMDAT groups. That can be useful. Path teaches llvm-readobj to do the same. Differential revision: https://reviews.llvm.org/D37567 llvm-svn: 313459