It was requested in D84173 thread to not do it, because otherwise we extract and
check the name of the symbol table in LLVM style, but do not use it and
might report a warning which perhaps might be confusing.
Details
Diff Detail
Event Timeline
llvm/tools/llvm-readobj/ELFDumper.cpp | ||
---|---|---|
3956 | The original messages carry more information as a symbol table can represent either SHT_DYNSYM or SHT_SYMTAB... I am fine combing them, though |
- Addressed review comments.
llvm/test/Object/invalid.test | ||
---|---|---|
292 | The llvm-readobj doesn't try to read a name for a symbol table in ELFDumper<ELFT>::printSymbolsHelper The original YAML produces no warning with this patch. I had to change it slightly | |
llvm/tools/llvm-readobj/ELFDumper.cpp | ||
3956 |
Yes. Done. |
This seems to be missing context that was useful before? In other words, what went wrong here?