zwuis wrote: > ``` > [1/5] (1/1) Processing file ... > [2/5] (1/2) Processing file ... > [2/5] (2/2) Processing file ... > [3/5] (1/2) Processing file ... > ```
It seems that removing `(1/1)` (`(X/Y)`, `Y` is 1) can reduce confusion. https://github.com/llvm/llvm-project/pull/169640 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
