[flang] [llvm] [flang][openmp] Adds Parser and Semantic Support for Interop Construct, and Init and Use Clauses. (PR #120584)
Kiran Chandramohan via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 14 08:12:56 PDT 2025
================
@@ -1165,6 +1190,10 @@ TYPE_PARSER(sourced(construct<OmpSimpleStandaloneDirective>(first(
TYPE_PARSER(sourced(construct<OpenMPSimpleStandaloneConstruct>(
Parser<OmpSimpleStandaloneDirective>{}, Parser<OmpClauseList>{})))
+// 14.1 Interop construct
----------------
kiranchandramohan wrote:
Prefix with the standard version number.
https://github.com/llvm/llvm-project/pull/120584
More information about the llvm-commits
mailing list