Skip to content

Commit

Permalink
comment out annoying crap
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugobros3 committed Nov 18, 2024
1 parent d156cac commit 8e699fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions clang/lib/Driver/Driver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4979,9 +4979,9 @@ void Driver::BuildJobs(Compilation &C) const {

// If we have more than one job, then disable integrated-cc1 for now. Do this
// also when we need to report process execution statistics.
if (C.getJobs().size() > 1 || CCPrintProcessStats)
for (auto &J : C.getJobs())
J.InProcess = false;
// if (C.getJobs().size() > 1 || CCPrintProcessStats)
// for (auto &J : C.getJobs())
// J.InProcess = false;

if (CCPrintProcessStats) {
C.setPostCallback([=](const Command &Cmd, int Res) {
Expand Down

0 comments on commit 8e699fa

Please sign in to comment.