[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
Sun Mar 16 22:53:57 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
----------------
swatheesh-mcw wrote:

Addressed this in [#ebe9848](https://github.com/llvm/llvm-project/pull/120584/commits/ebe9848a7d1ec65c2d64a43a61f113a61c15bc13).

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


More information about the llvm-commits mailing list