From 7907fa5a3e98a9d35ade0993ebe86958e89d49fd Mon Sep 17 00:00:00 2001 From: Chris Bieneman Date: Wed, 3 Aug 2016 18:08:14 +0000 Subject: [PATCH] [docs] Release Notes: autoconf has been removed Fleshing out the note about the autoconf build system being removed and pointing to CMake documentation. git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_39@277617 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index e9ec8a512f0..a6c263726d8 100644 --- a/docs/ReleaseNotes.rst +++ b/docs/ReleaseNotes.rst @@ -40,7 +40,10 @@ Non-comprehensive list of changes in this release * 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 -- 2.49.0