[llvm-branch-commits] [cfe-branch] r260718 - ReleaseNotes: autoconf deprecation, by Chris Bieneman

Hans Wennborg via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Feb 12 12:21:39 PST 2016


Author: hans
Date: Fri Feb 12 14:21:39 2016
New Revision: 260718

URL: http://llvm.org/viewvc/llvm-project?rev=260718&view=rev
Log:
ReleaseNotes: autoconf deprecation, by Chris Bieneman

Modified:
    cfe/branches/release_38/docs/ReleaseNotes.rst

Modified: cfe/branches/release_38/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/release_38/docs/ReleaseNotes.rst?rev=260718&r1=260717&r2=260718&view=diff
==============================================================================
--- cfe/branches/release_38/docs/ReleaseNotes.rst (original)
+++ cfe/branches/release_38/docs/ReleaseNotes.rst Fri Feb 12 14:21:39 2016
@@ -149,7 +149,9 @@ These are major API changes that have ha
 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
 ------------




More information about the llvm-branch-commits mailing list