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

Shilei Tian via Openmp-commits openmp-commits at lists.llvm.org
Fri Apr 26 20:48:47 PDT 2024


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

Why do we need `-Wno-implicit-function-declaration`?

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


More information about the Openmp-commits mailing list