[all-commits] [llvm/llvm-project] 56175b: [lld][WebAssembly] Prefer objdump -d over obj2yaml...

Sam Clegg via All-commits all-commits at lists.llvm.org
Tue Aug 10 15:19:30 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 56175b2f5cd56eadf964fcea30f04ae2ac2f2a26
      https://github.com/llvm/llvm-project/commit/56175b2f5cd56eadf964fcea30f04ae2ac2f2a26
  Author: Sam Clegg <sbc at chromium.org>
  Date:   2021-08-10 (Tue, 10 Aug 2021)

  Changed paths:
    M lld/test/wasm/startstop.ll

  Log Message:
  -----------
  [lld][WebAssembly] Prefer objdump -d over obj2yaml for tests. NFC

Now that we have https://reviews.llvm.org/D105539 we can
use objdump -d to actually check for instruction sequences
rather than binary blobs.

This is just an example of how to do that we should followup
with a wider ranging conversion of existing tests.

Differential Revision: https://reviews.llvm.org/D106897




More information about the All-commits mailing list