[lld] r344062 - Add an entry to the release notes.
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 9 10:53:33 PDT 2018
Author: ruiu
Date: Tue Oct 9 10:53:33 2018
New Revision: 344062
URL: http://llvm.org/viewvc/llvm-project?rev=344062&view=rev
Log:
Add an entry to the release notes.
Modified:
lld/trunk/docs/ReleaseNotes.rst
Modified: lld/trunk/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/docs/ReleaseNotes.rst?rev=344062&r1=344061&r2=344062&view=diff
==============================================================================
--- lld/trunk/docs/ReleaseNotes.rst (original)
+++ lld/trunk/docs/ReleaseNotes.rst Tue Oct 9 10:53:33 2018
@@ -33,6 +33,9 @@ ELF Improvements
non-superpages to a superpage if they are aligned to the superpage
size. (`r342746 <https://reviews.llvm.org/rL342746>`_)
+* lld/Hexagon can now link Linux kernel and musl libc for Qualcomm
+ Hexagon ISA.
+
* The following flags have been added: ``-z interpose``, ``-z global``
COFF Improvements
More information about the llvm-commits
mailing list