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
Paths
| Differential D148287
[lld][WebAssembly] stub objects: Fix handling of LTO libcall dependencies ClosedPublic Authored by sbc100 on Apr 13 2023, 6:39 PM.
Details Summary This actually simplifies the code by performs a pre-pass of the stub This should be the final change needed before we can make the switch
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 13 2023, 7:33 PM This revision was landed with ongoing or failed builds.Apr 13 2023, 8:32 PM Closed by commit rGd43f0889dd54: [lld][WebAssembly] stub objects: Fix handling of LTO libcall dependencies (authored by sbc100). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 513426 lld/test/wasm/lto/stub-library-libcall.s
lld/wasm/Driver.cpp
|