aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Storsjo <martin@martin.st>2019-09-07 10:57:20 +0000
committerMartin Storsjo <martin@martin.st>2019-09-07 10:57:20 +0000
commit59baa6d349164675eb6341abe7755db46df695d4 (patch)
treeffe677cc747ffbe5ca2d41327ecbb68ac8239937
parent4b9862f5b87d233b4b705b7284fe67711f240134 (diff)
Fix release notes for the MinGW frontend
No --wrap or --emit-relocs options have been added there (only in the ELF linker). git-svn-id: https://llvm.org/svn/llvm-project/lld/branches/release_90@371301 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/ReleaseNotes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index 768c08820..df00e31bf 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -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``