blob: bab3a0dd97f5cb928760a7f4bb417b619f425edb [file] [log] [blame]
John Criswell7a73b802003-06-30 21:59:07 +00001#! /bin/sh
Pirama Arumuga Nainarf3ef5332016-03-03 15:48:50 -08002echo "################################################################################"
3echo "################################################################################"
Pirama Arumuga Nainarde2d8692016-09-19 22:57:26 -07004echo "The LLVM project no longer supports building with configure & make."
Pirama Arumuga Nainarf3ef5332016-03-03 15:48:50 -08005echo ""
6echo "Please migrate to the CMake-based build system."
7echo "For more information see: http://llvm.org/docs/CMake.html"
8echo "################################################################################"
9echo "################################################################################"
Pirama Arumuga Nainarde2d8692016-09-19 22:57:26 -070010exit 1