[Openmp-commits] [flang] [openmp] [OpenMP] [Flang] Resolved Issue llvm#76121: Implemented Check for Unhandled Arguments in __kmpc_fork_call_if (PR #82221)

chandan singh via Openmp-commits openmp-commits at lists.llvm.org
Fri May 3 01:57:18 PDT 2024


================
@@ -1195,6 +1198,7 @@ KMP_LABEL(kmp_1_exit):
 	cmovnsq	(%r11), %rdx	// p_argv[0] -> %rdx (store 3rd parm to pkfn)
 #endif // KMP_MIC
 
+	KMP_LABEL(kmp_no_args):
----------------
chandankds wrote:

Done

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


More information about the Openmp-commits mailing list