[llvm] r349921 - ReleaseNotes: Document removal of add_llvm_loadable_module CMake macro
Tom Stellard via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 21 08:20:37 PST 2018
Author: tstellar
Date: Fri Dec 21 08:20:37 2018
New Revision: 349921
URL: http://llvm.org/viewvc/llvm-project?rev=349921&view=rev
Log:
ReleaseNotes: Document removal of add_llvm_loadable_module CMake macro
This was removed in r349839.
Modified:
llvm/trunk/docs/ReleaseNotes.rst
Modified: llvm/trunk/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.rst?rev=349921&r1=349920&r2=349921&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.rst (original)
+++ llvm/trunk/docs/ReleaseNotes.rst Fri Dec 21 08:20:37 2018
@@ -43,6 +43,11 @@ Non-comprehensive list of changes in thi
* 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
More information about the llvm-commits
mailing list