[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
Tue Nov 28 16:59:49 PST 2017


hintonda added a comment.

Had to roll this back due to bot breakage (r319268).

The problem was due to passing a cmake list, ';' separated, to add_custom_command, which evaluated the list variable and removed the ';' characters.

So, I think the correct fix, would be to not pass LLVM_TARGETS_TO_BUILD.  Does that sound reasonable?


Repository:
  rL LLVM

https://reviews.llvm.org/D40229





More information about the llvm-commits mailing list