[PATCH] D109730: [lld][WebAssembly] Use llvm-objdump to test __wasm_init_memory

Thomas Lively via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 14 17:56:33 PDT 2021


tlively added a comment.

In D109730#3000591 <https://reviews.llvm.org/D109730#3000591>, @sbc100 wrote:

> Nice.  I wonder how much of the yaml output is still useful to include here?

It looks like llvm-objdump doesn't yet handle --disassemble-all (it seems to think all the different sections contain functions), so the YAML still seems good for making sure the rest of the file structure is correct.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D109730/new/

https://reviews.llvm.org/D109730



More information about the llvm-commits mailing list