[lld] wasm-ld: Implement function pointer alignment (PR #105532)
Ethan O'Brien via llvm-commits
llvm-commits at lists.llvm.org
Mon May 12 10:19:32 PDT 2025
================
@@ -568,6 +568,13 @@ void ElemSection::addEntry(FunctionSymbol *sym) {
return;
sym->setTableIndex(ctx.arg.tableBase + indirectFunctions.size());
indirectFunctions.emplace_back(sym);
----------------
ethanaobrien wrote:
Thanks for pointing this out - I've gotten this fixed and the test corrected
https://github.com/llvm/llvm-project/pull/105532
More information about the llvm-commits
mailing list