Mercurial > hg > CbC > CbC_llvm
view configure @ 140:276c179585fe
Added tag LLVM5.0.1 for changeset 3a76565eade5
author | mir3636 |
---|---|
date | Tue, 03 Apr 2018 19:09:39 +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