[flang-commits] [flang] [flang][openmp] Support importing module declare target globals (PR #213930)

Sergio Afonso via flang-commits flang-commits at lists.llvm.org
Tue Aug 25 05:25:46 PDT 2026


================
@@ -106,6 +106,10 @@ void materializeOpenMPDeclareMappers(
     Fortran::lower::AbstractConverter &, Fortran::semantics::SemanticsContext &,
     const Fortran::semantics::Scope *scope = nullptr);
 
+void markOpenMPImportedDeclareTargets(
----------------
skatrak wrote:

Nit: Add a comment to document the new function.

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


More information about the flang-commits mailing list