[wasm-ld] Optional linker-created symbols do not work in stub libraries
Open
lld:wasm
- Dominant language
- LLVM
- Stars
- 40.5k
- Forks
- 18.7k
- PR merge metrics
- PR metrics pending
Description
The Wasm linker supports "stub" libraries which can force symbols to be exported when other symbols are imported.
However, since this runs early on in the linking process the optional symbols are not yet created.
Contributor guide
Assessment
This issue has not been assessed yet.