This:
- Changes its signature.
- Refines the name of local variable (SymTabName->LinkedSecName, because SHT_GNU_verneed/SHT_GNU_verdef are linked with the string table, not with the symbol table).
- Stops using the unwrapOrError inside.
Paths
| Differential D91964
[llvm-readelf/obj] - Refine the implementation of `printGNUVersionSectionProlog` ClosedPublic Authored by grimar on Nov 23 2020, 6:58 AM.
Details Summary This:
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 23 2020, 5:53 PM
grimar marked 4 inline comments as done. Comment Actions
Closed by commit rG6b74eabfddbc: [llvm-readelf/obj] - Refine the implementation of `printGNUVersionSectionProlog` (authored by grimar). · Explain WhyNov 24 2020, 1:08 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 307272 llvm/test/tools/llvm-readobj/ELF/verdef-invalid.test
llvm/test/tools/llvm-readobj/ELF/verneed-invalid.test
llvm/test/tools/llvm-readobj/ELF/versym-invalid.test
llvm/tools/llvm-readobj/ELFDumper.cpp
|