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

Andrew Brown via Openmp-commits openmp-commits at lists.llvm.org
Wed Jun 12 16:16:47 PDT 2024


================
@@ -76,14 +77,20 @@
 #define KMP_OS_SOLARIS 1
 #endif
 
+#if (defined __wasi__) || (defined __EMSCRIPTEN__)
----------------
abrown wrote:

Good finds, both of them. Let's discuss in #95169.

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


More information about the Openmp-commits mailing list