view configure @ 149:30b1f817e908

remove files
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 04 Nov 2019 23:08:05 +0900
parents 1172e4bd9c6f
children
line wrap: on
line source

#! /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