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

Shilei Tian via flang-commits flang-commits at lists.llvm.org
Mon May 6 19:39:13 PDT 2024


================
@@ -0,0 +1,22 @@
+// RUN: %libomp-compile  -Wno-implicit-function-declaration && %t | FileCheck %s
----------------
shiltian wrote:

You can define those types on your own. See `openmp/runtime/test/atomic/kmp_atomic_cas.c` for more details. Essentially you will just need `ident_t`.

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


More information about the flang-commits mailing list