[PATCH] D54153: Fix compilation issue in VS2017 with Clang-tablegen and LLVM-tablegen

Chris Bieneman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 8 10:14:34 PST 2018


beanz added a comment.

I’m very confused how this could happen with Ninja. All the CMake invocations are done in targets with ‘USES_TERMINAL’ set on them which puts them in the ‘console’ pool which only allows one task at a time. So there shouldn’t be a way to have more than one Ninja invocation running at a time.


https://reviews.llvm.org/D54153





More information about the llvm-commits mailing list