[PATCH] D75216: [lld][ELF] Add some release notes

Hans Wennborg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 27 04:15:23 PST 2020


hans added inline comments.


================
Comment at: lld/docs/ReleaseNotes.rst:57
+* ``-Ttext=0`` is not supported.
+  See https://bugs.llvm.org/show_bug.cgi?id=44715 for migration information.
+  (`D67325 <https://reviews.llvm.org/D67325>`_)
----------------
I think this note is too small for something that's clearly a breaking change for some projects. Could it be lifted out into a "breaking changes" section, with the migration information clearly laid out?


================
Comment at: lld/docs/ReleaseNotes.rst:60
+* ``-Ttext-segment`` is not supported. Its meaning was different from GNU ld's and
+  could cause subtle bugs.
+  (`D70468 <https://reviews.llvm.org/D70468>`_)
----------------
Ditto.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D75216/new/

https://reviews.llvm.org/D75216





More information about the llvm-commits mailing list