[all-commits] [llvm/llvm-project] ff8e0e: [lld][WebAssembly] Fix memory.fill argument in 64-...

Sam Clegg via All-commits all-commits at lists.llvm.org
Tue Jan 10 03:11:26 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ff8e0ed9308c45d23572f0726abf652b295de56b
      https://github.com/llvm/llvm-project/commit/ff8e0ed9308c45d23572f0726abf652b295de56b
  Author: Sam Clegg <sbc at chromium.org>
  Date:   2023-01-10 (Tue, 10 Jan 2023)

  Changed paths:
    M lld/test/wasm/data-segments.ll
    M lld/wasm/Writer.cpp

  Log Message:
  -----------
  [lld][WebAssembly] Fix memory.fill argument in 64-bit mode

This only effects folks building with wasm64 + shared memory which
is not currently a supported configuration in emscripten or any other
wasm toolchain.

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




More information about the All-commits mailing list