[llvm-dev] Configuring LLVM v6.0 RC2 on Windows

Martin J. O'Riordan via llvm-dev llvm-dev at lists.llvm.org
Sat Feb 17 14:11:24 PST 2018


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

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180217/95b9ffd1/attachment.html>


More information about the llvm-dev mailing list