[all-commits] [llvm/llvm-project] 93adcb: [lld][WebAssembly] Add `--table-base` setting
Sam Clegg via All-commits
all-commits at lists.llvm.org
Fri Aug 25 16:11:09 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 93adcb770b99351b18553089c164fe3ef2119699
https://github.com/llvm/llvm-project/commit/93adcb770b99351b18553089c164fe3ef2119699
Author: Sam Clegg <sbc at chromium.org>
Date: 2023-08-25 (Fri, 25 Aug 2023)
Changed paths:
A lld/test/wasm/table-base.s
M lld/wasm/Driver.cpp
M lld/wasm/Options.td
M lld/wasm/Writer.cpp
Log Message:
-----------
[lld][WebAssembly] Add `--table-base` setting
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
Differential Revision: https://reviews.llvm.org/D158892
More information about the All-commits
mailing list