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 d156cac commit 8e699faCopy full SHA for 8e699fa
clang/lib/Driver/Driver.cpp
@@ -4979,9 +4979,9 @@ void Driver::BuildJobs(Compilation &C) const {
4979
4980
// If we have more than one job, then disable integrated-cc1 for now. Do this
4981
// also when we need to report process execution statistics.
4982
- if (C.getJobs().size() > 1 || CCPrintProcessStats)
4983
- for (auto &J : C.getJobs())
4984
- J.InProcess = false;
+ // if (C.getJobs().size() > 1 || CCPrintProcessStats)
+ // for (auto &J : C.getJobs())
+ // J.InProcess = false;
4985
4986
if (CCPrintProcessStats) {
4987
C.setPostCallback([=](const Command &Cmd, int Res) {
0 commit comments