File tree 3 files changed +22
-0
lines changed
3 files changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -19379,3 +19379,15 @@ echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;}
19379
19379
done
19380
19380
fi
19381
19381
19382
+ echo ""
19383
+ echo ""
19384
+ echo "################################################################################"
19385
+ echo "################################################################################"
19386
+ echo "The LLVM project has deprecated building with configure & make."
19387
+ echo "The autoconf-based makefile build system will be removed in the 3.9 release."
19388
+ echo ""
19389
+ echo "Please migrate to the CMake-based build system."
19390
+ echo "For more information see: http://llvm.org/docs/CMake.html"
19391
+ echo "################################################################################"
19392
+ echo "################################################################################"
19393
+
Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ Building LLVM With Autotools
5
5
.. contents ::
6
6
:local:
7
7
8
+ .. warning ::
9
+
10
+ Building LLVM with autoconf is deprecated as of 3.8. The autoconf build
11
+ system will be removed in 3.9. Please migrate to using CMake. For more
12
+ information see: `Building LLVM with CMake <CMake.html >`_
13
+
8
14
Overview
9
15
========
10
16
Original file line number Diff line number Diff line change @@ -37,6 +37,10 @@ Non-comprehensive list of changes in this release
37
37
Windows 7. Earlier versions, including Windows Vista and XP are no longer
38
38
supported.
39
39
40
+ * With this release, the autoconf build system is deprecated. It will be removed
41
+ in the 3.9 release. Please migrate to using CMake. For more information see:
42
+ `Building LLVM with CMake <CMake.html >`_
43
+
40
44
.. NOTE
41
45
For small 1-3 sentence descriptions, just add an entry at the end of
42
46
this list. If your description won't fit comfortably in one bullet
You can’t perform that action at this time.
0 commit comments