[llvm] 56e8fd6 - [llvm-lib] update ReleaseNotes for llvm-lib's new support for generating
Vadim Paretsky via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 3 10:58:34 PST 2023
Author: Vadim Paretsky
Date: 2023-03-03T10:54:27-08:00
New Revision: 56e8fd6f6a841d51b0dd52bfd646403e328fbe34
URL: https://github.com/llvm/llvm-project/commit/56e8fd6f6a841d51b0dd52bfd646403e328fbe34
DIFF: https://github.com/llvm/llvm-project/commit/56e8fd6f6a841d51b0dd52bfd646403e328fbe34.diff
LOG: [llvm-lib] update ReleaseNotes for llvm-lib's new support for generating
an import library from a definition file
Differential Revision:https://reviews.llvm.org/D145140
Added:
Modified:
llvm/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst
index 718f57dba3ee..10ffc60e8e8e 100644
--- a/llvm/docs/ReleaseNotes.rst
+++ b/llvm/docs/ReleaseNotes.rst
@@ -179,6 +179,7 @@ Changes to the Debug Info
Changes to the LLVM tools
---------------------------------
+* llvm-lib now supports the /def option for generating a Windows import library from a definition file.
Changes to LLDB
---------------------------------
More information about the llvm-commits
mailing list