With this we are able to diagnose possible issues much better and
don't exit on an error.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/test/tools/llvm-readobj/ELF/groups.test | ||
---|---|---|
135 | The string table isn't directly linked to a group section, so I found the origianl message slightly confusing. | |
187 | ||
283 | ||
llvm/tools/llvm-readobj/ELFDumper.cpp | ||
3585 | I don't like this function name. It implies it is solely for use by errors, which isn't the case. How about getSectionNameOrFallback? |
Comment Actions
- Addressed review comments.
llvm/tools/llvm-readobj/ELFDumper.cpp | ||
---|---|---|
3585 | Done. 2 more possible names probably are: getSectionNameOrWarn or tryGetSectionName. |
llvm/test/tools/llvm-readobj/ELF/groups.test | ||
---|---|---|
187 | Will fix. Sorry! |
The string table isn't directly linked to a group section, so I found the origianl message slightly confusing.