Skip to content

Commit 4aa036c

Browse files
Checkpoint commit
check-mlir passing Some cleanup
1 parent f405cd5 commit 4aa036c

File tree

4 files changed

+265
-100
lines changed

4 files changed

+265
-100
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2486,7 +2486,7 @@ class OpenMPIRBuilder {
24862486
TargetTaskBodyCallbackTy TaskBodyCB, Value *DeviceID, Value *RTLoc,
24872487
OpenMPIRBuilder::InsertPointTy AllocaIP,
24882488
const SmallVector<llvm::OpenMPIRBuilder::DependData> &Dependencies,
2489-
bool HasNoWait);
2489+
TargetDataRTArgs &RTArgs, bool HasNoWait);
24902490

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

0 commit comments

Comments
 (0)