Hi LLVM-Devs,
When I try to configure LLVM v6.0 RC2 (SVN Rev #324869) on Windows (I haven’t yet had a chance to try on Linux), I get a series of errors such as this:
CMake Error at cmake/modules/AddLLVM.cmake:1333 (add_dependencies):
The dependency target “(” of target “check-all” does not exist.
Call Stack (most recent call first):
CMakeLists.txt:937 (add_lit_target)
Any ideas on what might be causing this? My invocation of CMake is as follows:
cmake -Wno-dev -G “Visual Studio 14 2015 Win64” …/llvm \
"-DLLVM_TARGETS_TO_BUILD=SHAVE;X86 " \
-DLLVM_DEFAULT_TARGET_TRIPLE=shave \
-DLIBCLANG_BUILD_STATIC=1 \
-DLLVM_ENABLE_ZLIB=0 \
-DENABLE_SHARED=0
Thanks,
MartinO