From 8e699fa811e2a21403fffaa2c60977eb47e7f4b4 Mon Sep 17 00:00:00 2001 From: Gobrosse Date: Mon, 18 Nov 2024 15:50:35 +0100 Subject: [PATCH] comment out annoying crap --- clang/lib/Driver/Driver.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/clang/lib/Driver/Driver.cpp b/clang/lib/Driver/Driver.cpp index 3f75f55400ea..7e2a5d4646f7 100644 --- a/clang/lib/Driver/Driver.cpp +++ b/clang/lib/Driver/Driver.cpp @@ -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) {