[PATCH] D158892: [lld][WebAssembly] Add `--table-base` setting

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 25 14:14:58 PDT 2023


sbc100 created this revision.
Herald added subscribers: pmatos, asb, wingo, sunfish, jgravelle-google, dschuff.
Herald added a project: All.
sbc100 requested review of this revision.
Herald added subscribers: llvm-commits, aheejin.
Herald added a project: LLVM.

This is similar to `--global-base` but determines where to place the
table segments rather than that data segments.

See https://github.com/emscripten-core/emscripten/issues/20097


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D158892

Files:
  lld/test/wasm/table-base.s
  lld/wasm/Driver.cpp
  lld/wasm/Options.td
  lld/wasm/Writer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D158892.553620.patch
Type: text/x-patch
Size: 6798 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230825/15dcba71/attachment.bin>


More information about the llvm-commits mailing list