Open
Description
I am using simpleomp.cpp with emscripten/wasm.
Following build instructions on emscripten-core/emscripten#13892 I am able to build simpleomp.o and link it, however, seems to be missing __kmpc_critical
and __kmpc_end_critical
and is failing with:
wasm-ld: error: lto.tmp: undefined symbol: __kmpc_critical
wasm-ld: error: lto.tmp: undefined symbol: __kmpc_end_critical
Can you please implement these missing dependencies?
Metadata
Metadata
Assignees
Labels
No labels