[llvm-branch-commits] [lld] r352674 - [docs][mips] Add MIPS specific release notes for LLD 8.0
Simon Atanasyan via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Jan 30 13:18:03 PST 2019
Author: atanasyan
Date: Wed Jan 30 13:18:03 2019
New Revision: 352674
URL: http://llvm.org/viewvc/llvm-project?rev=352674&view=rev
Log:
[docs][mips] Add MIPS specific release notes for LLD 8.0
Differential Revision: http://reviews.llvm.org/D57459
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=352674&r1=352673&r2=352674&view=diff
==============================================================================
--- lld/branches/release_80/docs/ReleaseNotes.rst (original)
+++ lld/branches/release_80/docs/ReleaseNotes.rst Wed Jan 30 13:18:03 2019
@@ -40,6 +40,9 @@ ELF Improvements
* The following flags have been added: ``-z interpose``, ``-z global``
+* lld now uses the ``sigrie`` instruction as a trap instruction for
+ MIPS targets.
+
COFF Improvements
-----------------
More information about the llvm-branch-commits
mailing list