When output style is GNU and amount of sections is >= SHN_LORESERVE,
llvm-readobj reports zero number of sections instead of actual value.
The patch fixes that.
Paths
| Differential D49544
[llvm-readobj] - Do not report invalid amount of sections. ClosedPublic Authored by grimar on Jul 19 2018, 7:02 AM.
Details Summary When output style is GNU and amount of sections is >= SHN_LORESERVE, The patch fixes that.
Diff Detail Event TimelineThis revision is now accepted and ready to land.Jul 19 2018, 7:41 AM Closed by commit rL337462: [llvm-readobj] - Do not report invalid amount of sections. (authored by grimar). · Explain WhyJul 19 2018, 7:58 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 156263 test/tools/llvm-readobj/many-sections.s
tools/llvm-readobj/ELFDumper.cpp
|