[llvm-readobj] - Don't get the name of the symbol table in ELFDumper<ELFT>::printSymb...
authorGeorgii Rymar <grimar@accesssoftek.com>
Tue, 21 Jul 2020 10:13:01 +0000 (13:13 +0300)
committerGeorgii Rymar <grimar@accesssoftek.com>
Wed, 22 Jul 2020 14:28:20 +0000 (17:28 +0300)
commite2529e2dfa4a2575e07edfb8ff3bd5a79e019313
treedd3ad2069dc6e3f823ea4bc898bbab0519404f53
parentf78fe57aeb383146ec336af98af606e5c25417db
[llvm-readobj] - Don't get the name of the symbol table in ELFDumper<ELFT>::printSymbolsHelper.

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.

Differential revision: https://reviews.llvm.org/D84231
llvm/test/Object/invalid.test
llvm/test/tools/llvm-readobj/ELF/dyn-symbols.test
llvm/test/tools/llvm-readobj/ELF/symbols.test
llvm/tools/llvm-readobj/ELFDumper.cpp