[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 01:55:34 PDT 2024
================
@@ -0,0 +1,22 @@
+// RUN: %libomp-compile -Wno-implicit-function-declaration && %t | FileCheck %s
----------------
chandankds wrote:
I think LLVM has moved to C99 standards recently because of which I was getting `error: call to undeclared function '__kmpc_fork_call_if'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]` so i've added this flag suppresses this error.
https://github.com/llvm/llvm-project/pull/82221
More information about the flang-commits
mailing list