[flang-commits] [flang] [openmp] [OpenMP] [Flang] Resolved Issue llvm#76121: Implemented Check for Unhandled Arguments in __kmpc_fork_call_if (PR #82221)
chandan singh via flang-commits
flang-commits at lists.llvm.org
Fri May 3 21:15:40 PDT 2024
================
@@ -0,0 +1,22 @@
+// RUN: %libomp-compile -Wno-implicit-function-declaration && %t | FileCheck %s
----------------
chandankds wrote:
I had tried to declare `void __kmpc_fork_call_if(ident_t *loc, kmp_int32 argc, kmpc_micro microtask, kmp_int32 cond, void *args)` but it contains certain types which are not being found.
https://github.com/llvm/llvm-project/pull/82221
More information about the flang-commits
mailing list