There was an error while loading. Please reload this page.
1 parent fef39ec commit ed713c5Copy full SHA for ed713c5
llvm/docs/ReleaseNotes.rst
@@ -43,6 +43,11 @@ Non-comprehensive list of changes in this release
43
* The **llvm-cov** tool can now export lcov trace files using the
44
`-format=lcov` option of the `export` command.
45
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
+
51
.. NOTE
52
If you would like to document a larger change, then you can add a
53
subsection about it right here. You can copy the following boilerplate
0 commit comments