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 ---------------------- _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits