mirror of https://github.com/WebAssembly/wasi-libc
Browse Source
Per https://reviews.llvm.org/D156205 (which we're planning to backport to LLVM 17 and pull into `wasi-sdk`), we want to link crt1-reactor.o into libc.so so it exports `_initialize` instead of `__wasm_call_ctors`. * add `-nodefaultlibs` to libc.so link command This ensures that `-lc` is not passed to `wasm-ld`. --------- Signed-off-by: Joel Dice <joel.dice@fermyon.com>pull/441/head
Joel Dice
1 year ago
committed by
GitHub
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue