[PATCH] D89152: [lld][WebAssembly] Add support for -Bsymbolic

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 12 06:56:32 PDT 2020


sbc100 added inline comments.


================
Comment at: llvm/tools/llvm-readobj/WasmDumper.cpp:186-189
+        else if (Seg.Offset.Opcode == wasm::WASM_OPCODE_GLOBAL_GET) {
+          ListScope Group(W, "Offset");
+          W.printNumber("Global", Seg.Offset.Value.Global);
+        } else
----------------
jhenderson wrote:
> Shouldn't this bit have some dedicated llvm-readobj testing?
Yes, actually I think I will revert this part since I'm not actually using readobj in the testing anymore.

I will land this separately with its own test.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D89152



More information about the llvm-commits mailing list