[all-commits] [llvm/llvm-project] 2f9d15: [llvm-objdump][ELF][NFC] Create ELFDump.h

Hubert Tong via All-commits all-commits at lists.llvm.org
Thu Apr 23 18:24:53 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 2f9d1533d94699d943b34f1ba87f80fbd2e8c144
      https://github.com/llvm/llvm-project/commit/2f9d1533d94699d943b34f1ba87f80fbd2e8c144
  Author: Hubert Tong <hstong at ca.ibm.com>
  Date:   2020-04-23 (Thu, 23 Apr 2020)

  Changed paths:
    M llvm/tools/llvm-objdump/ELFDump.cpp
    A llvm/tools/llvm-objdump/ELFDump.h
    M llvm/tools/llvm-objdump/llvm-objdump.cpp
    M llvm/tools/llvm-objdump/llvm-objdump.h

  Log Message:
  -----------
  [llvm-objdump][ELF][NFC] Create ELFDump.h

Summary:
Continuing from D77285, the external interfaces implemented by
`ELFDump.cpp` are now declared in `ELFDump.h` and moved into the
`llvm::objdump` namespace. Externs defined in `ELFDump.cpp` that are
unreferenced externally are also made static.

Reviewers: jhenderson, MaskRay, DiggerLin, jasonliu, daltenty

Reviewed By: jhenderson, MaskRay

Subscribers: RKSimon, rupprecht, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D78695




More information about the All-commits mailing list