[all-commits] [llvm/llvm-project] 51f1dd: [lld][WebAssembly] Allow element sections for nonz...
Andy Wingo via All-commits
all-commits at lists.llvm.org
Fri Mar 5 02:54:57 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 51f1ddf8cb10d09cd482a50d4689b19587cfae04
https://github.com/llvm/llvm-project/commit/51f1ddf8cb10d09cd482a50d4689b19587cfae04
Author: Andy Wingo <wingo at igalia.com>
Date: 2021-03-05 (Fri, 05 Mar 2021)
Changed paths:
A lld/test/wasm/multi-table.s
M lld/wasm/SyntheticSections.cpp
Log Message:
-----------
[lld][WebAssembly] Allow element sections for nonzero table numbers
This patch fixes LLD to allow element sections for tables whose number
is nonzero. We also add a test for linking multiple tables, showing
that nonzero table numbers for the indirect function table,
user-declared imported tables, and local user table definitions work.
Differential Revision: https://reviews.llvm.org/D92321
More information about the All-commits
mailing list