Skip to content

Commit 2e85f5e

Browse files
committed
Revert "[OMPIRBuilder] - Make offloading input data persist for deferred target tasks (llvm#133499)"
This reverts commit 4045970.
1 parent 3d220a7 commit 2e85f5e

File tree

4 files changed

+115
-223
lines changed

4 files changed

+115
-223
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-
const TargetDataRTArgs &RTArgs, bool HasNoWait);
2521+
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)