[all-commits] [llvm/llvm-project] 463b3c: [lld][WebAssembly] Abide by configured page size f...

Nick Fitzgerald via All-commits all-commits at lists.llvm.org
Mon Jul 7 09:40:31 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 463b3cb93fd83553f266994018f98f31854f4542
      https://github.com/llvm/llvm-project/commit/463b3cb93fd83553f266994018f98f31854f4542
  Author: Nick Fitzgerald <fitzgen at gmail.com>
  Date:   2025-07-07 (Mon, 07 Jul 2025)

  Changed paths:
    M lld/test/wasm/page-size.s
    M lld/wasm/SyntheticSections.cpp

  Log Message:
  -----------
  [lld][WebAssembly] Abide by configured page size for memory imports (#146916)

This was an oversight in
https://github.com/llvm/llvm-project/pull/128942 where I forgot to add
the configured page size to the `WasmLimits` in the import we emit when
importing a memory.

Fixes: #146713



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