This removes undesired unwrapOrError calls from printRelocations() methods.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/tools/llvm-readobj/ELFDumper.cpp | ||
---|---|---|
6137–6138 | This code looks like something that could be shared both with the GNU style and possibly even more widely with other places getting section names. |
Comment Actions
- Addressed review comments (introduced getPrintableSectionName).
llvm/tools/llvm-readobj/ELFDumper.cpp | ||
---|---|---|
6137–6138 | Done. |
This code looks like something that could be shared both with the GNU style and possibly even more widely with other places getting section names.