[PATCH] D59237: [WebAssembly] Improve support for "needed" list in dylink section
Sam Clegg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 11 23:46:48 PDT 2019
sbc100 added a comment.
This change is now ready for review. Please note that this is only the most simple support for .so file. All it does is add each library to the "needed" section, it doesn't do any symbol resolution against the shared libraries yet.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59237/new/
https://reviews.llvm.org/D59237
More information about the llvm-commits
mailing list