We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11936e1 commit 9a402c8Copy full SHA for 9a402c8
clang/lib/Driver/Driver.cpp
@@ -5754,7 +5754,7 @@ InputInfo Driver::BuildJobsForActionNoCache(
5754
// Check if we are in sub-work for preprocessing for host side. If so we will
5755
// add another job to print information to terminal later.
5756
if (!AtTopLevel && A->getKind() == Action::PreprocessJobClass &&
5757
- !C.getJobs().empty())
+ C.getJobs().size() == 1)
5758
JobForPreprocessToStdout = true;
5759
5760
// Always use the first input as the base input.
0 commit comments