brintos

brintos / llvm-project-archived public Read only

0
0
Text · 573 B · bab3a0d Raw
11 lines · plain
1#! /bin/sh2echo "################################################################################"3echo "################################################################################"4echo "The LLVM project no longer supports building with configure & make."5echo ""6echo "Please migrate to the CMake-based build system."7echo "For more information see: http://llvm.org/docs/CMake.html"8echo "################################################################################"9echo "################################################################################"10exit 111