[PATCH] D78695: [llvm-objdump][ELF][NFC] Create ELFDump.h

Hubert Tong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 22 22:14:49 PDT 2020


hubert.reinterpretcast created this revision.
hubert.reinterpretcast added reviewers: jhenderson, MaskRay, DiggerLin, jasonliu, daltenty.
Herald added a subscriber: rupprecht.
Herald added a project: LLVM.

Continuing from D77285 <https://reviews.llvm.org/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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D78695

Files:
  llvm/tools/llvm-objdump/ELFDump.cpp
  llvm/tools/llvm-objdump/ELFDump.h
  llvm/tools/llvm-objdump/llvm-objdump.cpp
  llvm/tools/llvm-objdump/llvm-objdump.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78695.259476.patch
Type: text/x-patch
Size: 7885 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200423/8f11bcb6/attachment.bin>


More information about the llvm-commits mailing list