[all-commits] [llvm/llvm-project] d804b3: [llvm-readelf] - Split GNUStyle<ELFT>::printHashHi...

Georgii Rymar via All-commits all-commits at lists.llvm.org
Wed May 27 03:59:44 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: d804b334ed0f1c88b90ab028541582e35ba3c172
      https://github.com/llvm/llvm-project/commit/d804b334ed0f1c88b90ab028541582e35ba3c172
  Author: Georgii Rymar <grimar at accesssoftek.com>
  Date:   2020-05-27 (Wed, 27 May 2020)

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

  Log Message:
  -----------
  [llvm-readelf] - Split GNUStyle<ELFT>::printHashHistogram. NFC.

As was mentioned in review comments for D80204,
`printHashHistogram` has 2 lambdas that are probably too large
and deserves splitting into member functions.

This patch does it.

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




More information about the All-commits mailing list