Skip to content

Commit 23b7e9f

Browse files
committed
Unintended change
1 parent 7fdacc4 commit 23b7e9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Driver/Driver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8080,7 +8080,7 @@ Action *Driver::BuildOffloadingActions(Compilation &C,
80808080
// add each device output as a host dependency to ensure they are still built.
80818081
bool SingleDeviceOutput = !llvm::any_of(OffloadActions, [](Action *A) {
80828082
return A->getType() == types::TY_Nothing;
8083-
}) && (isa<CompileJobAction>(HostAction));
8083+
}) && isa<CompileJobAction>(HostAction);
80848084
OffloadAction::HostDependence HDep(
80858085
*HostAction, *C.getSingleOffloadToolChain<Action::OFK_Host>(),
80868086
/*BoundArch=*/nullptr, SingleDeviceOutput ? DDep : DDeps);

0 commit comments

Comments
 (0)