[PATCH] D148287: [lld][WebAssembly] stub objects: Fix handling of LTO libcall dependencies

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 13 18:39:20 PDT 2023


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

This actually simplifies the code by performs a pre-pass of the stub
objects prior to LTO.

This should be the final change needed before we can make the switch
on the emscripten side: https://github.com/emscripten-core/emscripten/pull/18905


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D148287

Files:
  lld/test/wasm/lto/stub-library-libcall.s
  lld/wasm/Driver.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D148287.513408.patch
Type: text/x-patch
Size: 4835 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230414/24eed356/attachment.bin>


More information about the llvm-commits mailing list