Skip to content

Commit aec5dcc

Browse files
committed
Add some lld-link 9.0 release notes
llvm-svn: 359412
1 parent 0ba22f5 commit aec5dcc

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

lld/docs/ReleaseNotes.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,17 @@ COFF Improvements
3232
* lld-link now correctly reports duplicate symbol errors for obj files
3333
that were compiled with /Gy.
3434

35+
* lld-link now correctly reports duplicate symbol errors when several res
36+
input files define resources with the same type, name, and language.
37+
38+
* Undefined symbols are now printed only in demangled form. Pass
39+
``/demangle:no`` to see raw symbol names instead.
40+
41+
* The following flags have been added: ``/functionpadmin``, ``/swaprun:``,
42+
``/threads:no``
43+
44+
* Several speed and memory usage improvements.
45+
3546
* ...
3647

3748
MinGW Improvements

0 commit comments

Comments
 (0)