diff options
| author | Tom Stellard <tstellar@redhat.com> | 2018-12-21 16:20:37 +0000 |
|---|---|---|
| committer | Tom Stellard <tstellar@redhat.com> | 2018-12-21 16:20:37 +0000 |
| commit | ed713c55b2d3d7ab330c12a7006818ef330dc001 (patch) | |
| tree | 86cfde4c1db066b2c4b1a9925f48693e014e67f4 /llvm/docs | |
| parent | fef39ecd3154f5054a4888f0d145ee3ec1bdccc5 (diff) | |
| download | bcm5719-llvm-ed713c55b2d3d7ab330c12a7006818ef330dc001.tar.gz bcm5719-llvm-ed713c55b2d3d7ab330c12a7006818ef330dc001.zip | |
ReleaseNotes: Document removal of add_llvm_loadable_module CMake macro
This was removed in r349839.
llvm-svn: 349921
Diffstat (limited to 'llvm/docs')
| -rw-r--r-- | llvm/docs/ReleaseNotes.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst index a3500ba3f74..09679ad444c 100644 --- a/llvm/docs/ReleaseNotes.rst +++ b/llvm/docs/ReleaseNotes.rst @@ -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 |

