[flang-commits] [flang] [Flang][OpenMP] Make implicitly captured scalars fully firstprivatized (PR #147442)
Pranav Bhandarkar via flang-commits
flang-commits at lists.llvm.org
Mon Jul 28 09:08:21 PDT 2025
================
@@ -130,12 +131,14 @@ class DataSharingProcessor {
const List<Clause> &clauses,
lower::pft::Evaluation &eval,
bool shouldCollectPreDeterminedSymbols,
- bool useDelayedPrivatization, lower::SymMap &symTable);
+ bool useDelayedPrivatization, lower::SymMap &symTable,
+ bool isTargetPrivitization = false);
DataSharingProcessor(lower::AbstractConverter &converter,
semantics::SemanticsContext &semaCtx,
lower::pft::Evaluation &eval,
- bool useDelayedPrivatization, lower::SymMap &symTable);
+ bool useDelayedPrivatization, lower::SymMap &symTable,
+ bool isTargetPrivitization = false);
----------------
bhandarkar-pranav wrote:
nit - spelling of privatization
https://github.com/llvm/llvm-project/pull/147442
More information about the flang-commits
mailing list