Skip to content

Commit 3d220a7

Browse files
committed
merge main into amd-staging
2 parents 205cb36 + 4045970 commit 3d220a7

File tree

4 files changed

+223
-115
lines changed

4 files changed

+223
-115
lines changed

llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2518,7 +2518,7 @@ class OpenMPIRBuilder {
25182518
TargetTaskBodyCallbackTy TaskBodyCB, Value *DeviceID, Value *RTLoc,
25192519
OpenMPIRBuilder::InsertPointTy AllocaIP,
25202520
const SmallVector<llvm::OpenMPIRBuilder::DependData> &Dependencies,
2521-
TargetDataRTArgs &RTArgs, bool HasNoWait);
2521+
const TargetDataRTArgs &RTArgs, bool HasNoWait);
25222522

25232523
/// Emit the arguments to be passed to the runtime library based on the
25242524
/// arrays of base pointers, pointers, sizes, map types, and mappers. If

0 commit comments

Comments
 (0)