]> granicus.if.org Git - clang/commitdiff
ReleaseNotes: autoconf deprecation, by Chris Bieneman
authorHans Wennborg <hans@hanshq.net>
Fri, 12 Feb 2016 20:21:39 +0000 (20:21 +0000)
committerHans Wennborg <hans@hanshq.net>
Fri, 12 Feb 2016 20:21:39 +0000 (20:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_38@260718 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.rst

index 81a0091878d2bd150d5d5ac252809b0a016b574f..8c3f46c6486308256a4c09422426dec083fb08ae 100644 (file)
@@ -149,7 +149,9 @@ These are major API changes that have happened since the 3.7 release of
 Clang. If upgrading an external codebase that uses Clang as a library,
 this section should help get you past the largest hurdles of upgrading.
 
--  ...
+* With this release, the autoconf build system is deprecated. It will be removed
+  in the 3.9 release. Please migrate to using CMake. For more information see:
+  `Building LLVM with CMake <http://llvm.org/docs/CMake.html>`_
 
 AST Matchers
 ------------