[all-commits] [llvm/llvm-project] e2529e: [llvm-readobj] - Don't get the name of the symbol ...

Georgii Rymar via All-commits all-commits at lists.llvm.org
Wed Jul 22 07:29:08 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: e2529e2dfa4a2575e07edfb8ff3bd5a79e019313
      https://github.com/llvm/llvm-project/commit/e2529e2dfa4a2575e07edfb8ff3bd5a79e019313
  Author: Georgii Rymar <grimar at accesssoftek.com>
  Date:   2020-07-22 (Wed, 22 Jul 2020)

  Changed paths:
    M llvm/test/Object/invalid.test
    M llvm/test/tools/llvm-readobj/ELF/dyn-symbols.test
    M llvm/test/tools/llvm-readobj/ELF/symbols.test
    M llvm/tools/llvm-readobj/ELFDumper.cpp

  Log Message:
  -----------
  [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




More information about the All-commits mailing list