With this we are able to diagnose possible issues much better and
don't exit on an error.
Details
Details
Diff Detail
Diff Detail
Unit Tests
Unit Tests
Time | Test | |
---|---|---|
400 ms | linux > HWAddressSanitizer-x86_64.TestCases::sizes.cpp |
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. | |
186 | ||
282 | ||
llvm/tools/llvm-readobj/ELFDumper.cpp | ||
3572 | 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 | ||
---|---|---|
3572 | Done. 2 more possible names probably are: getSectionNameOrWarn or tryGetSectionName. |
llvm/test/tools/llvm-readobj/ELF/groups.test | ||
---|---|---|
186 | Will fix. Sorry! |
The string table isn't directly linked to a group section, so I found the origianl message slightly confusing.