configure 573 B

12345678910
  1. #! /bin/sh
  2. echo "################################################################################"
  3. echo "################################################################################"
  4. echo "The LLVM project no longer supports building with configure & make."
  5. echo ""
  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 "################################################################################"
  10. exit 1