This is relative to PR34506,
current LLD head produces broken output. It places the same section into 2 COMDAT groups.
gnu readelf tool reports an error in this case.
Patch teaches llvm-readobj to do the same.
Paths
| Differential D37567
[llvm-readobj] - Teach tool to report error if some section is in multiple COMDAT groups at once. ClosedPublic Authored by grimar on Sep 7 2017, 6:50 AM.
Details Summary This is relative to PR34506, Patch teaches llvm-readobj to do the same.
Diff Detail
Event TimelineComment Actions We should really move away from a model where we check in a binary for the dumper output. Comment Actions
Note: there is patch for printGroupSections() refactoring on review, it is D37621, Comment Actions
Closed by commit rL313459: [llvm-readobj] - Teach tool to report error if some section is in multiple… (authored by grimar). · Explain WhySep 16 2017, 7:31 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 115538 llvm/trunk/test/tools/llvm-readobj/broken-group.test
llvm/trunk/tools/llvm-readobj/ELFDumper.cpp
|