annotate configure @ 146:3fc4d5c3e21e
set tail call flag for code segment in CGCAll
author |
Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
date |
Sun, 23 Dec 2018 19:23:36 +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
|