[all-commits] [llvm/llvm-project] f855a5: [llvm-readelf] - Implement --section-details option.

Georgii Rymar via All-commits all-commits at lists.llvm.org
Tue Oct 27 03:30:21 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: f855a553339aa78225a309a6f9b5fcae767de8da
      https://github.com/llvm/llvm-project/commit/f855a553339aa78225a309a6f9b5fcae767de8da
  Author: Georgii Rymar <grimar at accesssoftek.com>
  Date:   2020-10-27 (Tue, 27 Oct 2020)

  Changed paths:
    M llvm/docs/CommandGuide/llvm-readelf.rst
    A llvm/test/tools/llvm-readobj/ELF/section-details.test
    M llvm/test/tools/llvm-readobj/ELF/symbols.test
    M llvm/test/tools/llvm-readobj/basic.test
    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] - Implement --section-details option.

--section-details/-t is a GNU readelf option that produce
an output that is an alternative to --sections.

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




More information about the All-commits mailing list