ClangKit icon indicating copy to clipboard operation
ClangKit copied to clipboard

The LLVM project no longer supports building with configure & make.

Open gefei-li opened this issue 8 years ago • 0 comments

When makefile run into line '@$(CD) $(DIR_BUILD) && ../$(DIR_LLVM)configure --enable-optimized' it will output:

'The LLVM project no longer supports building with configure & make. Please migrate to the CMake-based build system. For more information see: http://llvm.org/docs/CMake.html'.

I guess maybe the version of 'ClangKit/LLVM/Source/llvm' is not latest?

gefei-li avatar Jul 19 '17 04:07 gefei-li