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

Hans Wennborg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 27 09:02:20 PST 2020


hans added inline comments.


================
Comment at: lld/docs/ReleaseNotes.rst:86
+* ``-Ttext=0`` is no longer supported.
+  See https://bugs.llvm.org/show_bug.cgi?id=44715 for migration information.
+  (`D67325 <https://reviews.llvm.org/D67325>`_)
----------------
MaskRay wrote:
> hans wrote:
> > Can you please put the migration information here in the notes instead?
> Where should I write the notes?
Right here :-)


```
``-Ttext=0`` is no longer supported. (See PRxxx)
This is how to deal with it: ...
```


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