Continuing from D77285, the external interfaces implemented by WasmDump.cpp are now declared in WasmDump.h and moved into the llvm::objdump namespace.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/tools/llvm-objdump/WasmDump.h | ||
---|---|---|
2 | Add a brief comment for WasmDump.h? |
llvm/tools/llvm-objdump/WasmDump.h | ||
---|---|---|
2 | Done. |
Comment Actions
LGTM.
llvm/tools/llvm-objdump/WasmDump.h | ||
---|---|---|
20 | This is very nitpicking... WasmObjectFile inherits from ObjectFile so I would declare ObjectFile first. |
llvm/tools/llvm-objdump/WasmDump.h | ||
---|---|---|
20 | I'm not sure I would do the same. The WasmObjectFile could be seen as being in block of "Wasm" related types (albeit with only one member currently). |
Add a brief comment for WasmDump.h?