[all-commits] [llvm/llvm-project] e8299a: [llvm-readobj] - Split the printGnuHashTable(). NFCI.

Georgii Rymar via All-commits all-commits at lists.llvm.org
Wed Jun 17 04:14:25 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: e8299a806ad197d64a627c1868b842256f464035
      https://github.com/llvm/llvm-project/commit/e8299a806ad197d64a627c1868b842256f464035
  Author: Georgii Rymar <grimar at accesssoftek.com>
  Date:   2020-06-17 (Wed, 17 Jun 2020)

  Changed paths:
    M llvm/tools/llvm-readobj/ELFDumper.cpp

  Log Message:
  -----------
  [llvm-readobj] - Split the printGnuHashTable(). NFCI.

`printGnuHashTable` contains the code to check the GNU hash table.
This patch splits it to `getGnuHashTableChains` helper
(and reorders slightly to reduce).

Differential revision: https://reviews.llvm.org/D81928




More information about the All-commits mailing list