[llvm-branch-commits] [lld] r353749 - Minor update to lld/ReleaseNotes.
Rui Ueyama via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Feb 11 13:26:23 PST 2019
Author: ruiu
Date: Mon Feb 11 13:26:23 2019
New Revision: 353749
URL: http://llvm.org/viewvc/llvm-project?rev=353749&view=rev
Log:
Minor update to lld/ReleaseNotes.
Modified:
lld/branches/release_80/docs/ReleaseNotes.rst
Modified: lld/branches/release_80/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/lld/branches/release_80/docs/ReleaseNotes.rst?rev=353749&r1=353748&r2=353749&view=diff
==============================================================================
--- lld/branches/release_80/docs/ReleaseNotes.rst (original)
+++ lld/branches/release_80/docs/ReleaseNotes.rst Mon Feb 11 13:26:23 2019
@@ -61,8 +61,9 @@ ELF Improvements
the compatibility with the standard AArch64 ABI.
(`r350681 <https://reviews.llvm.org/rL350681>`_)
-* The following flags have been added: ``-z interpose``, ``-z global``, ``-z
- nodefaultlib``
+* The following flags have been added: ``--call-graph-profile``,
+ ``--no-call-graph-profile``, ``--warn-ifunc-textrel``,
+ ``-z interpose``, ``-z global``, ``-z nodefaultlib``
COFF Improvements
-----------------
More information about the llvm-branch-commits
mailing list