Mercurial > hg > CbC > CbC_llvm
view configure @ 145:9987f868744e
fix CbC_llvm
author | mir3636 |
---|---|
date | Tue, 05 Jun 2018 21:59:34 +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