[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:01 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:
> > 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.


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