[lld] r279177 - ReleaseNotes: fix gold plugin link
Hans Wennborg via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 18 16:13:30 PDT 2016
Author: hans
Date: Thu Aug 18 18:13:30 2016
New Revision: 279177
URL: http://llvm.org/viewvc/llvm-project?rev=279177&view=rev
Log:
ReleaseNotes: fix gold plugin link
Modified:
lld/branches/release_39/docs/ReleaseNotes.rst
Modified: lld/branches/release_39/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/lld/branches/release_39/docs/ReleaseNotes.rst?rev=279177&r1=279176&r2=279177&view=diff
==============================================================================
--- lld/branches/release_39/docs/ReleaseNotes.rst (original)
+++ lld/branches/release_39/docs/ReleaseNotes.rst Thu Aug 18 18:13:30 2016
@@ -19,8 +19,8 @@ What's new in ELF Support?
Link-Time Optimization
----------------------
-Initial support for LTO has been added. It is compatible with `the
-LLVM gold plugin <http://llvm.org/docs/GoldPlugin.html>` in terms of
+Initial support for LTO has been added. It is compatible with
+`the LLVM gold plugin <http://llvm.org/docs/GoldPlugin.html>`_ in terms of
command line flags and input file format so that LLD is usable as a
drop-in replacement for GNU gold. LTO is implemented as a native
feature unlike the GNU gold's plugin mechanism.
More information about the llvm-commits
mailing list