[llvm-branch-commits] [lld] r371301 - Fix release notes for the MinGW frontend
Martin Storsjo via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Sat Sep 7 03:57:20 PDT 2019
Author: mstorsjo
Date: Sat Sep 7 03:57:20 2019
New Revision: 371301
URL: http://llvm.org/viewvc/llvm-project?rev=371301&view=rev
Log:
Fix release notes for the MinGW frontend
No --wrap or --emit-relocs options have been added there (only in
the ELF linker).
Modified:
lld/branches/release_90/docs/ReleaseNotes.rst
Modified: lld/branches/release_90/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/lld/branches/release_90/docs/ReleaseNotes.rst?rev=371301&r1=371300&r2=371301&view=diff
==============================================================================
--- lld/branches/release_90/docs/ReleaseNotes.rst (original)
+++ lld/branches/release_90/docs/ReleaseNotes.rst Sat Sep 7 03:57:20 2019
@@ -228,4 +228,4 @@ MinGW Improvements
MinGW frontend to be called by GCC.
* The following options are added: ``--exclude-all-symbols``,
- ``--appcontainer``, ``--emit-relocs``, ``--wrap``, ``--undefined``
+ ``--appcontainer``, ``--undefined``
More information about the llvm-branch-commits
mailing list