You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
When makefile run into line$(DIR_BUILD) && ../$ (DIR_LLVM)configure --enable-optimized'
'@$(CD)
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?
The text was updated successfully, but these errors were encountered: