From: Hans Wennborg Date: Fri, 12 Feb 2016 20:21:39 +0000 (+0000) Subject: ReleaseNotes: autoconf deprecation, by Chris Bieneman X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=46d2feaf7d76ca3a92f3b7a222994a0d052c1e3c;p=clang ReleaseNotes: autoconf deprecation, by Chris Bieneman git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_38@260718 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index 81a0091878..8c3f46c648 100644 --- a/docs/ReleaseNotes.rst +++ b/docs/ReleaseNotes.rst @@ -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 `_ AST Matchers ------------