Skip to content

Commit 11936e1

Browse files
committed
Merge branch 'private/haonanya/driver/print-internal-defines-for-sycl' of https://github.com/haonanya/llvm into private/haonanya/driver/print-internal-defines-for-sycl
2 parents 75f581a + ca9bae2 commit 11936e1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

clang/lib/Driver/Driver.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5952,9 +5952,8 @@ InputInfo Driver::BuildJobsForActionNoCache(
59525952
AtTopLevel, MultipleArchs,
59535953
OffloadingPrefix),
59545954
BaseInput);
5955-
if (JobForPreprocessToStdout) {
5955+
if (JobForPreprocessToStdout)
59565956
ResultForPreprocessToStdout = InputInfo(A, "-", BaseInput);
5957-
}
59585957
}
59595958

59605959
if (CCCPrintBindings && !CCGenDiagnostics) {

0 commit comments

Comments
 (0)