[PATCH] D82276: Make ninja smart console builds more pretty

David Zarzycki via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 21 15:53:25 PDT 2020


davezarzycki added a comment.

“N/300” implies that you’re not building all of llvm, clang, etc otherwise thousands of files would build.

I regularly build llvm plus clang, lld, libcxx, libcxxabi, and compiler-rt. in such a build, `find_package(Git)` is called three times. And therefore the ninja output is disrupted three times.

Have you tried a clean build?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D82276/new/

https://reviews.llvm.org/D82276





More information about the llvm-commits mailing list