2 echo "################################################################################"
3 echo "################################################################################"
4 echo "The LLVM project no longer supports building with configure & make."
6 echo "Please migrate to the CMake-based build system."
7 echo "For more information see: http://llvm.org/docs/CMake.html"
8 echo "################################################################################"
9 echo "################################################################################"