[flang-commits] [flang] [flang][OpenMP]Add symbls omp_in, omp_out and omp_priv in DECLARE RED… (PR #129908)
Kiran Chandramohan via flang-commits
flang-commits at lists.llvm.org
Thu Mar 6 01:26:54 PST 2025
================
@@ -1748,6 +1749,14 @@ void OmpVisitor::ProcessMapperSpecifier(const parser::OmpMapperSpecifier &spec,
PopScope();
}
+void OmpVisitor::CreateTempSymbol(
----------------
kiranchandramohan wrote:
Could this be just a lambda in the caller function?
https://github.com/llvm/llvm-project/pull/129908
More information about the flang-commits
mailing list