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

Shilei Tian via Openmp-commits openmp-commits at lists.llvm.org
Sat Nov 4 20:00:18 PDT 2023


================
@@ -1025,9 +1029,7 @@ extern "C" void __kmp_reap_monitor(kmp_info_t *th) {
 #else
 // Empty symbol to export (see exports_so.txt) when
 // monitor thread feature is disabled
-extern "C" void __kmp_reap_monitor(kmp_info_t *th) {
-  (void)th;
-}
+extern "C" void __kmp_reap_monitor(kmp_info_t *th) { (void)th; }
----------------
shiltian wrote:

unrelated changes

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


More information about the Openmp-commits mailing list