allwinner_a64/android/external/llvm/configure
2018-08-08 16:14:42 +08:00

10 lines
573 B
Bash
Executable file

#! /bin/sh
echo "################################################################################"
echo "################################################################################"
echo "The LLVM project no longer supports building with configure & make."
echo ""
echo "Please migrate to the CMake-based build system."
echo "For more information see: http://llvm.org/docs/CMake.html"
echo "################################################################################"
echo "################################################################################"
exit 1