Skip to content
Snippets Groups Projects
Commit 5900c010 authored by Hans Wennborg's avatar Hans Wennborg Committed by Wolfgang Puffitsch
Browse files

ReleaseNotes: C API policy; by Eric Christopher

git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_38@262496 91177308-0d34-0410-b5e6-96231b3b80d8
parent 015bfa34
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,11 @@ Non-comprehensive list of changes in this release
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment