Skip to content

Commit 8e699fa

Browse files
committed
comment out annoying crap
1 parent d156cac commit 8e699fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

clang/lib/Driver/Driver.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4979,9 +4979,9 @@ void Driver::BuildJobs(Compilation &C) const {
49794979

49804980
// If we have more than one job, then disable integrated-cc1 for now. Do this
49814981
// 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;
4982+
// if (C.getJobs().size() > 1 || CCPrintProcessStats)
4983+
// for (auto &J : C.getJobs())
4984+
// J.InProcess = false;
49854985

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

0 commit comments

Comments
 (0)