[all-commits] [llvm/llvm-project] 853d53: Fix llvm-symbolizer test broken by #199739 (#199801)

Sam Clegg via All-commits all-commits at lists.llvm.org
Tue May 26 20:53:49 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 853d532794be83adc97d51c9ff8c9095ce32631b
      https://github.com/llvm/llvm-project/commit/853d532794be83adc97d51c9ff8c9095ce32631b
  Author: Sam Clegg <sbc at chromium.org>
  Date:   2026-05-26 (Tue, 26 May 2026)

  Changed paths:
    M llvm/test/tools/llvm-symbolizer/wasm-basic.s

  Log Message:
  -----------
  Fix llvm-symbolizer test broken by #199739 (#199801)

I broke this test in #199739. As a result to that change, the start of
the CODE section in the linked WASM file shifted from 0x41 to 0x37 (a
shift of -10 bytes).

I was not aware that `wasm-ld` had testing outside of `lld/test/wasm`.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list