[all-commits] [llvm/llvm-project] 5ea281: [llvm-objdump][Wasm][NFC] Create WasmDump.h
Hubert Tong via All-commits
all-commits at lists.llvm.org
Tue Apr 14 15:26:43 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 5ea28196f19df0e051cf834289d85423a49a84c1
https://github.com/llvm/llvm-project/commit/5ea28196f19df0e051cf834289d85423a49a84c1
Author: Hubert Tong <hubert.reinterpretcast at gmail.com>
Date: 2020-04-14 (Tue, 14 Apr 2020)
Changed paths:
M llvm/tools/llvm-objdump/WasmDump.cpp
A llvm/tools/llvm-objdump/WasmDump.h
M llvm/tools/llvm-objdump/llvm-objdump.cpp
M llvm/tools/llvm-objdump/llvm-objdump.h
Log Message:
-----------
[llvm-objdump][Wasm][NFC] Create WasmDump.h
Summary:
Continuing from D77285, the external interfaces implemented by
`WasmDump.cpp` are now declared in `WasmDump.h` and moved into the
`llvm::objdump` namespace.
Reviewers: jhenderson, MaskRay, DiggerLin, jasonliu, daltenty
Reviewed By: jhenderson, MaskRay
Differential Revision: https://reviews.llvm.org/D77990
More information about the All-commits
mailing list