Commit dae3c155 authored by Hans Wennborg's avatar Hans Wennborg
Browse files

ReleaseNotes: llvm-dlltool

By Martell Malone!

llvm-svn: 311927
parent 16b72b1d
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -52,6 +52,11 @@ Non-comprehensive list of changes in this release
  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
----------------------