[clang] [clang] Apply internal buffering to clang diagnostics printing (PR #113440)

Mariya Podchishchaeva via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 23 07:45:57 PDT 2024


Fznamznon wrote:

> What does "run in multiple build threads" mean? When does that happen?

What I meant is a build of some project using `clang` as a compiler and `make -j N` where `N > 1` (or a similar tool).

https://github.com/llvm/llvm-project/pull/113440


More information about the cfe-commits mailing list