blob: bab3a0dd97f5cb928760a7f4bb417b619f425edb [file] [log] [blame]
John Criswelld9533302003-06-30 21:59:07 +00001#! /bin/sh
Chris Bieneman2870d202015-11-09 21:54:55 +00002echo "################################################################################"
3echo "################################################################################"
Chris Bienemana83c3862016-01-26 21:29:08 +00004echo "The LLVM project no longer supports building with configure & make."
Chris Bieneman2870d202015-11-09 21:54:55 +00005echo ""
6echo "Please migrate to the CMake-based build system."
7echo "For more information see: http://llvm.org/docs/CMake.html"
8echo "################################################################################"
9echo "################################################################################"
Chris Bienemana83c3862016-01-26 21:29:08 +000010exit 1