[PATCH] D52193: RFC: [clang] Multithreaded compilation support
Hans Wennborg via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 18 00:45:43 PDT 2018
hans added a comment.
In https://reviews.llvm.org/D52193#1237468, @zturner wrote:
> What about the timings of clang-cl without /MP?
And one using Ninja rather than msbuild.
I think the real question is whether we want clang and clang-cl to do this. I'm not sure we do as it adds complexity for solving a problem that's better solved at the build system level.
Repository:
rC Clang
https://reviews.llvm.org/D52193
More information about the cfe-commits
mailing list