[PATCH] D26172: Add llvm-objdump support for wasm file format

Sam Clegg via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 15 15:12:24 PST 2016


sbc100 added a comment.

I could probably remove a all/most of the parseXXXSection functions from the PR actually since they are not used by objdump directly.   Would make the PR smaller and mean less up-front parsing in the WasmObjectFile.cpp.


https://reviews.llvm.org/D26172





More information about the llvm-commits mailing list