[PATCH] D119318: ReleaseNotes: add lld/ELF notes
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 10 00:20:40 PST 2022
jhenderson added a comment.
Looks good from a grammar point of view. I'll leave it to someone else for the technical side of things.
================
Comment at: lld/docs/ReleaseNotes.rst:102-103
+ (`D110209 <https://reviews.llvm.org/D110209>`_)
+* Use of ``--[no-]define-common``, ``-d``, ``-dc``, and ``-dp`` will now get a
+ warning. They will be removed or ignored in 15.0.0.
+ (`llvm-project#53660 <https://github.com/llvm/llvm-project/issues/53660>`_)
----------------
jhenderson wrote:
> MaskRay wrote:
> > The warning change has not been made yet.
> Again, not locking into a specific release in case things change/get delayed.
Any particular reason this hasn't been addressed (if you are 100% confident this is going in the next release, then it's fine, although I guess there's no guarantee that 15.0.0 will be the next release, if there's a sudden change in how LLVM versions things :-)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119318/new/
https://reviews.llvm.org/D119318
More information about the llvm-commits
mailing list