Skip to content

Commit ed713c5

Browse files
committed
ReleaseNotes: Document removal of add_llvm_loadable_module CMake macro
This was removed in r349839. llvm-svn: 349921
1 parent fef39ec commit ed713c5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

llvm/docs/ReleaseNotes.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ Non-comprehensive list of changes in this release
4343
* The **llvm-cov** tool can now export lcov trace files using the
4444
`-format=lcov` option of the `export` command.
4545

46+
* The add_llvm_loadable_module CMake macro has been removed. The
47+
add_llvm_library macro with the MODULE argument now provides the same
48+
functionality. See `Writing an LLVM Pass
49+
<WritingAnLLVMPass.html#setting-up-the-build-environment>`_.
50+
4651
.. NOTE
4752
If you would like to document a larger change, then you can add a
4853
subsection about it right here. You can copy the following boilerplate

0 commit comments

Comments
 (0)