Skip to content

Commit 2821cdf

Browse files
Fix lit tests on the flang/maps_for_privatized_symbols pass
1 parent ddb41ee commit 2821cdf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

flang/lib/Optimizer/OpenMP/MapsForPrivatizedSymbols.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,9 @@ class MapsForPrivatizedSymbolsPass
142142
}
143143
builder.setInsertionPoint(targetOp);
144144
Location loc = targetOp.getLoc();
145+
llvm::errs() << "Here\n";
145146
omp::MapInfoOp mapInfoOp = createMapInfo(loc, privVar, builder);
147+
llvm::errs() << "Here again\n";
146148
mapInfoOps.push_back(mapInfoOp);
147149
LLVM_DEBUG(llvm::dbgs() << "MapsForPrivatizedSymbolsPass created ->\n");
148150
LLVM_DEBUG(mapInfoOp.dump());

0 commit comments

Comments
 (0)