[PATCH] D44028: [WebAssembly] Handle weak undefined functions with a synthetic stub
Sam Clegg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 7 10:06:52 PST 2018
sbc100 added inline comments.
================
Comment at: wasm/Driver.cpp:328
+ if (!Config->Relocatable)
+ Symtab->handleWeakUndefines();
+
----------------
I'm not sure this makes sense to be part of the symbol table itself. Can this be a local function here in Driver.cpp?
Repository:
rLLD LLVM Linker
https://reviews.llvm.org/D44028
More information about the llvm-commits
mailing list