Add more lld release notes

llvm-svn: 359518
This commit is contained in:
Nico Weber 2019-04-29 23:26:21 +00:00
parent 3962d6da17
commit 99bad37013
1 changed files with 3 additions and 0 deletions

View File

@ -35,6 +35,9 @@ COFF Improvements
* lld-link now correctly reports duplicate symbol errors when several res
input files define resources with the same type, name, and language.
* Having more than two ``/natvis:`` now works correctly; it used to not
work for larger binaries before.
* Undefined symbols are now printed only in demangled form. Pass
``/demangle:no`` to see raw symbol names instead.