Skip to content

Commit

Permalink
Merge pull request #158 from TIFitis/regression_fix
Browse files Browse the repository at this point in the history
Fix aomp/test/smoke-fort/flang-471469
  • Loading branch information
TIFitis authored Sep 18, 2024
2 parents 57548b0 + 43624d3 commit 8688adb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2932,7 +2932,7 @@ static void processMapMembersWithParent(

combinedInfo.Types.emplace_back(mapFlag);
combinedInfo.DevicePointers.emplace_back(
mapData.DevicePointers[memberDataIdx]);
llvm::OpenMPIRBuilder::DeviceInfoTy::None);
combinedInfo.Names.emplace_back(
LLVM::createMappingInformation(memberClause.getLoc(), ompBuilder));

Expand Down

0 comments on commit 8688adb

Please sign in to comment.