[PATCH] D147190: [lld][WebAssembly] Process stub libraries before and after LTO
Derek Schuff via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 30 10:58:48 PDT 2023
dschuff added a comment.
i.e. it seems like it would be simpler to just support processing the stubs once. or maybe more specifically, to handle them the same as other archive libraries (i.e. participate in the iterate-to-convergence phase of symbol resolution but not get special treatment for LTO?)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147190/new/
https://reviews.llvm.org/D147190
More information about the llvm-commits
mailing list