[PATCH] D119318: ReleaseNotes: add lld/ELF notes

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 10 00:25:36 PST 2022


MaskRay added inline comments.


================
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:
> > 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.
> > Thanks.  https://reviews.llvm.org/D119108 has been pushed, so `--[no-]define-common` and `-dp` are definitely gone for 15.0.0 I'll keep the wording.
> 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 :-)
Forgot to push a comment I made several hours ago...


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