[llvm-branch-commits] [llvm-branch] r311927 - ReleaseNotes: llvm-dlltool
Hans Wennborg via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Aug 28 13:31:49 PDT 2017
Author: hans
Date: Mon Aug 28 13:31:49 2017
New Revision: 311927
URL: http://llvm.org/viewvc/llvm-project?rev=311927&view=rev
Log:
ReleaseNotes: llvm-dlltool
By Martell Malone!
Modified:
llvm/branches/release_50/docs/ReleaseNotes.rst
Modified: llvm/branches/release_50/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_50/docs/ReleaseNotes.rst?rev=311927&r1=311926&r2=311927&view=diff
==============================================================================
--- llvm/branches/release_50/docs/ReleaseNotes.rst (original)
+++ llvm/branches/release_50/docs/ReleaseNotes.rst Mon Aug 28 13:31:49 2017
@@ -52,6 +52,11 @@ Non-comprehensive list of changes in thi
containers. Currently, it supports reverse iteration of SmallPtrSet and
DenseMap.
+* A new tool ``llvm-dlltool`` has been added to create short import libraries
+ from GNU style definition files. The tool utilizes the PE COFF SPEC Import
+ Library Format and PE COFF Auxiliary Weak Externals Format to achieve
+ compatibility with LLD and MSVC LINK.
+
Changes to the LLVM IR
----------------------
More information about the llvm-branch-commits
mailing list