[PATCH] D27355: [WebAssembly] Add wasm support for llvm-readobj
Davide Italiano via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 30 14:19:41 PST 2017
davide added a comment.
Another minor comment (and thanks for your patience).
================
Comment at: lib/Object/WasmObjectFile.cpp:86-89
+ if (Sec.Type == wasm::WASM_SEC_CUSTOM) {
+ if ((Err =
+ parseCustomSection(Sec, Sec.Content.data(), Sec.Content.size())))
return;
----------------
Also, clang-format the patch before submitting. This looks a little bit weirdly formatted but it could be just phab.
https://reviews.llvm.org/D27355
More information about the llvm-commits
mailing list