Mercurial > hg > CbC > CbC_llvm
view llvm/configure @ 164:fdfabb438fbf
...
author | anatofuz |
---|---|
date | Thu, 19 Mar 2020 17:02:53 +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