This removes undesired unwrapOrError calls from printRelocations() methods.
Details
Details
Diff Detail
Diff Detail
Event Timeline
| llvm/tools/llvm-readobj/ELFDumper.cpp | ||
|---|---|---|
| 6135–6141 | 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 | ||
|---|---|---|
| 6135–6141 | 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.