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

Jaap Aarts via Openmp-commits openmp-commits at lists.llvm.org
Wed Dec 17 05:11:18 PST 2025


JAicewizard wrote:

Thank you for the help! In the end it did end up being `-fopenmp=libomp` not being passed on to clang! Doing that fixed the issue. The issue was that the emscripten tests (I am adding openmp to emscripten) added every library without passing this flag to clang. 

Thanks for the  very quick response! :)

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


More information about the Openmp-commits mailing list