[llvm] [openmp] [openmp][wasm] Allow compiling OpenMP to WebAssembly (PR #71297)

Johannes Doerfert via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 6 10:50:31 PST 2023


jdoerfert wrote:

> This change allows building the static OpenMP runtime, libomp.a, as WebAssembly.
If you are planning to use LTO across the user code and runtime we need to disable certain parts of OpenMP-Opt or bad things might happen.

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


More information about the llvm-commits mailing list