Mercurial > hg > CbC > CbC_llvm
view configure @ 132:049f17841d1c
rename IListTest.cpp
author | mir3636 |
---|---|
date | Thu, 30 Nov 2017 18:00:49 +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