[PATCH] D106897: [lld][WebAssembly] Prefer objdump -d over obj2yaml for tests. NFC

Derek Schuff via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 27 15:16:11 PDT 2021


dschuff added a comment.

> ! In D106897#2908207 <https://reviews.llvm.org/D106897#2908207>, @sbc100 wrote:
>  Contents of section DATA:
>
>   0000 01004180 080b1003 00000004 0000002a  ..A............*
>   0010 0000002b 000000    
>
>   The problem here is that the section header is also displayed not just the actual data, so its less clear I think.

Oh, interesting. So obj2yaml doesn't show the section header. Do you know if ELF objdump shows the header too? If not, maybe we should make wasm objdump match


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D106897



More information about the llvm-commits mailing list