[PATCH] D40229: [cmake] Remove redundant call to cmake when building host tools.

Don Hinton via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 1 13:11:15 PST 2017


hintonda added a comment.

Due to the complexities of multi-stage builds, removing the extra step of running cmake for native tools at config time doesn't seem to be worth the effort.

So, I'm abandoning this patch for now.


Repository:
  rL LLVM

https://reviews.llvm.org/D40229





More information about the llvm-commits mailing list