[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
Fri May 3 06:08:40 PDT 2024
================
@@ -0,0 +1,22 @@
+// RUN: %libomp-compile -Wno-implicit-function-declaration && %t | FileCheck %s
----------------
shiltian wrote:
Then you need to add declaration of `__kmpc_fork_call_if`
https://github.com/llvm/llvm-project/pull/82221
More information about the flang-commits
mailing list