From db9148d21dec584a5555f67da427f71e998cb611 Mon Sep 17 00:00:00 2001 From: Martin Storsjo Date: Fri, 5 Oct 2018 19:43:20 +0000 Subject: [PATCH] [docs] Mention some notable feature in the release notes Differential Revision: https://reviews.llvm.org/D52908 llvm-svn: 343878 --- lld/docs/ReleaseNotes.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/lld/docs/ReleaseNotes.rst b/lld/docs/ReleaseNotes.rst index 70e22cc..eac65b5 100644 --- a/lld/docs/ReleaseNotes.rst +++ b/lld/docs/ReleaseNotes.rst @@ -43,6 +43,21 @@ COFF Improvements * The following flags have been added: ``/force:multiple`` +* lld now can link against import libraries produced by GNU tools. + +* lld can create thunks for ARM, to allow linking images over 16 MB. + +MinGW Improvements +------------------ + +* lld can now automatically import data variables from DLLs without the + use of the dllimport attribute. + +* lld can now use existing normal MinGW sysroots with import libraries and + CRT startup object files for GNU binutils. lld can handle most object + files produced by GCC, and thus works as a drop-in replacement for + ld.bfd in such environments. + MachO Improvements ------------------ -- 2.7.4