[llvm] [openmp] [openmp][WebAssembly] Allow openmp to compile and run under emscripten toolchain (PR #95169)

Jaap Aarts via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 16 06:53:42 PST 2025


JAicewizard wrote:

@arsnyder16 I am working on getting this into emscripten, however when i run with this patch I get `undefined symbol '__kmp_unnamed_critical_addr'.`. It seems these are indeed never defined for `KMP_ARCH_WASM` as before.

This seems like an uncaught mistake?

https://github.com/llvm/llvm-project/pull/95169


More information about the llvm-commits mailing list