[PATCH] D153466: [lld][WebAssembly] Process stub libraries in a loop

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 21 13:50:35 PDT 2023


sbc100 created this revision.
Herald added subscribers: pmatos, asb, wingo, sunfish, jgravelle-google, dschuff.
Herald added a project: All.
sbc100 requested review of this revision.
Herald added subscribers: llvm-commits, aheejin.
Herald added a project: LLVM.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D153466

Files:
  lld/wasm/Driver.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D153466.533384.patch
Type: text/x-patch
Size: 4479 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230621/50aafdb5/attachment.bin>


More information about the llvm-commits mailing list