[llvm-branch-commits] [llvm-branch] r277617 - [docs] Release Notes: autoconf has been removed
Chris Bieneman via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Aug 3 11:08:15 PDT 2016
Author: cbieneman
Date: Wed Aug 3 13:08:14 2016
New Revision: 277617
URL: http://llvm.org/viewvc/llvm-project?rev=277617&view=rev
Log:
[docs] Release Notes: autoconf has been removed
Fleshing out the note about the autoconf build system being removed and pointing to CMake documentation.
Modified:
llvm/branches/release_39/docs/ReleaseNotes.rst
Modified: llvm/branches/release_39/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_39/docs/ReleaseNotes.rst?rev=277617&r1=277616&r2=277617&view=diff
==============================================================================
--- llvm/branches/release_39/docs/ReleaseNotes.rst (original)
+++ llvm/branches/release_39/docs/ReleaseNotes.rst Wed Aug 3 13:08:14 2016
@@ -40,7 +40,10 @@ Non-comprehensive list of changes in thi
* There is no longer a "global context" available in LLVM, except for the C API.
-* .. note about autoconf build having been removed.
+* The autoconf build system has been removed in favor of CMake. LLVM 3.9
+ requires CMake 3.4.3 or later to build. For information about using CMake
+ please see the documentation on :doc:`CMake`. For information about the CMake
+ language there is also a :doc:`CMakePrimer` document available.
* .. note about C API functions LLVMParseBitcode,
LLVMParseBitcodeInContext, LLVMGetBitcodeModuleInContext and
More information about the llvm-branch-commits
mailing list