view configure @ 123:923c9a525fb0

rename IListTest.cpp
author mir3636
date Thu, 30 Nov 2017 18:21:27 +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