We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ba22f5 commit aec5dccCopy full SHA for aec5dcc
lld/docs/ReleaseNotes.rst
@@ -32,6 +32,17 @@ COFF Improvements
32
* lld-link now correctly reports duplicate symbol errors for obj files
33
that were compiled with /Gy.
34
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
46
* ...
47
48
MinGW Improvements
0 commit comments