Skip to content

Commit 00325e4

Browse files
committed
Correct revert of firstprivate
1 parent d68f2ed commit 00325e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flang/lib/Lower/OpenMP/OpenMP.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1731,8 +1731,8 @@ static void genTargetClauses(
17311731
// for `target`.
17321732

17331733
// `target private(..)` is only supported in delayed privatization mode.
1734-
if (!enableDelayedPrivatizationStaging)
1735-
cp.processTODO<clause::Private>(loc, llvm::omp::Directive::OMPD_target);
1734+
// if (!enableDelayedPrivatizationStaging)
1735+
// cp.processTODO<clause::Private>(loc, llvm::omp::Directive::OMPD_target);
17361736
}
17371737

17381738
static void genTargetDataClauses(

0 commit comments

Comments
 (0)