view llvm/configure @ 154:f7e988d3e4cc

fix def file
author anatofuz
date Wed, 11 Mar 2020 19:23:03 +0900
parents 1d019706d866
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