mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-17 18:26:37 +00:00
[docs] Mention some notable feature in the release notes
Differential Revision: https://reviews.llvm.org/D52908 llvm-svn: 343878
This commit is contained in:
parent
cab6dafc04
commit
db9148d21d
@ -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
|
||||
------------------
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user