Add some lld-link 9.0 release notes

llvm-svn: 359412
This commit is contained in:
Nico Weber 2019-04-29 00:42:05 +00:00
parent 0ba22f51d1
commit aec5dcc457

View File

@ -32,6 +32,17 @@ COFF Improvements
* lld-link now correctly reports duplicate symbol errors for obj files
that were compiled with /Gy.
* lld-link now correctly reports duplicate symbol errors when several res
input files define resources with the same type, name, and language.
* Undefined symbols are now printed only in demangled form. Pass
``/demangle:no`` to see raw symbol names instead.
* The following flags have been added: ``/functionpadmin``, ``/swaprun:``,
``/threads:no``
* Several speed and memory usage improvements.
* ...
MinGW Improvements