[llvm-branch-commits] [llvm-branch] r262496 - ReleaseNotes: C API policy; by Eric Christopher
Hans Wennborg via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Mar 2 10:19:23 PST 2016
Author: hans
Date: Wed Mar 2 12:19:22 2016
New Revision: 262496
URL: http://llvm.org/viewvc/llvm-project?rev=262496&view=rev
Log:
ReleaseNotes: C API policy; by Eric Christopher
Modified:
llvm/branches/release_38/docs/ReleaseNotes.rst
Modified: llvm/branches/release_38/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_38/docs/ReleaseNotes.rst?rev=262496&r1=262495&r2=262496&view=diff
==============================================================================
--- llvm/branches/release_38/docs/ReleaseNotes.rst (original)
+++ llvm/branches/release_38/docs/ReleaseNotes.rst Wed Mar 2 12:19:22 2016
@@ -31,6 +31,11 @@ Non-comprehensive list of changes in thi
in the 3.9 release. Please migrate to using CMake. For more information see:
`Building LLVM with CMake <CMake.html>`_
+* We have documented our C API stability guarantees for both development and
+ release branches, as well as documented how to extend the C API. Please see
+ the `developer documentation <DeveloperPolicy.html#c-api-changes>`_ for more
+ information.
+
* The C API function LLVMLinkModules is deprecated. It will be removed in the
3.9 release. Please migrate to LLVMLinkModules2. Unlike the old function the
new one
More information about the llvm-branch-commits
mailing list