<div dir="ltr"><div>Starting today I am getting the following when attempting to run CMake on a checkout with llvm/trunk, cfe/trunk, clang-tools-extra/trunk, and lld/trunk.  I am running:</div><div>    cmake -G "Visual Studio 12" ../llvm</div><div><br></div><div><br></div><div><br></div><div>CMake Warning (dev) at cmake/modules/AddLLVM.cmake:688 (add_dependencies):<br>  Policy CMP0046 is not set: Error on non-existent dependency in<br>  add_dependencies.  Run "cmake --help-policy CMP0046" for policy details.<br>  Use the cmake_policy command to set the policy and suppress this warning.</div><div>  The dependency target "llvm-go" of target "check-all" does not exist.<br>Call Stack (most recent call first):<br>  CMakeLists.txt:564 (add_lit_target)<br>This warning is for project developers.  Use -Wno-dev to suppress it.</div><div>CMake Warning (dev) at cmake/modules/AddLLVM.cmake:688 (add_dependencies):<br>  Policy CMP0046 is not set: Error on non-existent dependency in<br>  add_dependencies.  Run "cmake --help-policy CMP0046" for policy details.<br>  Use the cmake_policy command to set the policy and suppress this warning.</div><div>  The dependency target "llvm-go" of target "check-llvm" does not exist.<br>Call Stack (most recent call first):<br>  cmake/modules/AddLLVM.cmake:713 (add_lit_target)<br>  test/CMakeLists.txt:68 (add_lit_testsuite)<br>This warning is for project developers.  Use -Wno-dev to suppress it.</div></div>