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

via Openmp-commits openmp-commits at lists.llvm.org
Tue Dec 16 08:59:01 PST 2025


arsnyder16 wrote:

hmm i am not sure, Are you getting the error when when you compile openmp or just when you are running llvm-nm.?

Do you have some sample code that you are compiling and linking with emscripten that is linking again `libomp.a` ?  

I have not experienced this and i compile libomp the same way as you did above. I think there are some symbols defined when clang builds with -fopenmp=libomp for the code actually using openmp

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


More information about the Openmp-commits mailing list