[flang-commits] [flang] [flang][OpenMP]Add symbls omp_in, omp_out and omp_priv in DECLARE RED… (PR #129908)
Mats Petersson via flang-commits
flang-commits at lists.llvm.org
Fri Mar 7 07:34:06 PST 2025
================
@@ -1748,6 +1749,14 @@ void OmpVisitor::ProcessMapperSpecifier(const parser::OmpMapperSpecifier &spec,
PopScope();
}
+void OmpVisitor::CreateTempSymbol(
+ const parser::CharBlock &name, const DeclTypeSpec &dts) {
+ ObjectEntityDetails details;
----------------
Leporacanthicus wrote:
Done
https://github.com/llvm/llvm-project/pull/129908
More information about the flang-commits
mailing list