[flang] [llvm] [flang][openmp] Adds Parser and Semantic Support for Interop Construct, and Init and Use Clauses. (PR #120584)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 18 06:04:08 PDT 2025
================
@@ -0,0 +1,203 @@
+! RUN: %flang_fc1 -fdebug-unparse -fopenmp-version=52 -fopenmp %s | FileCheck --ignore-case --check-prefix="UNPARSE" %s
----------------
swatheesh-mcw wrote:
Addressed the comment in [#40b5b8d](https://github.com/llvm/llvm-project/pull/120584/commits/40b5b8d499d9d4c9a12f9519dc48be54048537ec).
https://github.com/llvm/llvm-project/pull/120584
More information about the llvm-commits
mailing list