[lld] [GHC] wasm-ld: split up __wasm_apply_data_relocs (PR #129007)
Sam Clegg via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 27 10:30:22 PST 2025
================
@@ -299,6 +299,8 @@ void FunctionSection::writeBody() {
void FunctionSection::addFunction(InputFunction *func) {
if (!func->live)
return;
+ if (func->hasFunctionIndex())
+ return;
----------------
sbc100 wrote:
I'm curious why this was needed?
https://github.com/llvm/llvm-project/pull/129007
More information about the llvm-commits
mailing list