annotate 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 |
|
rev |
line source |
0
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
1 #! /bin/sh
|
100
|
2 echo "################################################################################"
|
|
3 echo "################################################################################"
|
120
|
4 echo "The LLVM project no longer supports building with configure & make."
|
100
|
5 echo ""
|
|
6 echo "Please migrate to the CMake-based build system."
|
|
7 echo "For more information see: http://llvm.org/docs/CMake.html"
|
|
8 echo "################################################################################"
|
|
9 echo "################################################################################"
|
120
|
10 exit 1
|