[all-commits] [llvm/llvm-project] 7a8ee9: [lld][WebAssembly] Process stub libraries in a loop
Sam Clegg via All-commits
all-commits at lists.llvm.org
Fri Aug 11 11:23:07 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7a8ee92fa83c13967e916868541518e7cebdead7
https://github.com/llvm/llvm-project/commit/7a8ee92fa83c13967e916868541518e7cebdead7
Author: Sam Clegg <sbc at chromium.org>
Date: 2023-08-11 (Fri, 11 Aug 2023)
Changed paths:
M lld/test/wasm/Inputs/libstub.so
A lld/test/wasm/stub-library-archive.s
M lld/wasm/Driver.cpp
Log Message:
-----------
[lld][WebAssembly] Process stub libraries in a loop
When stub libraries trigger the fetching of new object files we can
potentially introduce new undefined symbols so process the stub in
loop until no new objects are pulled in.
Differential Revision: https://reviews.llvm.org/D153466
More information about the All-commits
mailing list