[lld] r325783 - ReleaseNotes: a few flags etc. By Nico Weber.

Hans Wennborg via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 22 05:50:50 PST 2018


Author: hans
Date: Thu Feb 22 05:50:50 2018
New Revision: 325783

URL: http://llvm.org/viewvc/llvm-project?rev=325783&view=rev
Log:
ReleaseNotes: a few flags etc. By Nico Weber.

Modified:
    lld/branches/release_60/docs/ReleaseNotes.rst

Modified: lld/branches/release_60/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/lld/branches/release_60/docs/ReleaseNotes.rst?rev=325783&r1=325782&r2=325783&view=diff
==============================================================================
--- lld/branches/release_60/docs/ReleaseNotes.rst (original)
+++ lld/branches/release_60/docs/ReleaseNotes.rst Thu Feb 22 05:50:50 2018
@@ -41,6 +41,16 @@ COFF Improvements
 
 * Initial support for the ARM64 architecture has been added.
 
+* New ``--version`` flag.
+
+* Significantly improved support for writing PDB Files.
+
+* New ``--rsp-quoting`` flag, like ``clang-cl``.
+
+* ``/manifestuac:no`` no longer incorrectly disables ``/manifestdependency:``.
+
+* Only write ``.manifest`` files if ``/manifest`` is passed.
+
 MachO Improvements
 ------------------
 




More information about the llvm-commits mailing list