]> granicus.if.org Git - llvm/commitdiff
ReleaseNotes: Document removal of add_llvm_loadable_module CMake macro
authorTom Stellard <tstellar@redhat.com>
Fri, 21 Dec 2018 16:20:37 +0000 (16:20 +0000)
committerTom Stellard <tstellar@redhat.com>
Fri, 21 Dec 2018 16:20:37 +0000 (16:20 +0000)
This was removed in r349839.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@349921 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.rst

index a3500ba3f743f502929ab726c5c7b36792af1aeb..09679ad444cc0312c32acefc2b853bbcd502b26b 100644 (file)
@@ -43,6 +43,11 @@ Non-comprehensive list of changes in this release
 * The **llvm-cov** tool can now export lcov trace files using the
   `-format=lcov` option of the `export` command.
 
+* The add_llvm_loadable_module CMake macro has been removed.  The
+  add_llvm_library macro with the MODULE argument now provides the same
+  functionality.  See `Writing an LLVM Pass
+  <WritingAnLLVMPass.html#setting-up-the-build-environment>`_.
+
 .. NOTE
    If you would like to document a larger change, then you can add a
    subsection about it right here. You can copy the following boilerplate