summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2016-08-18 23:13:30 +0000
committerHans Wennborg <hans@hanshq.net>2016-08-18 23:13:30 +0000
commitcf3f88d23a6992ea9a3a6a8e69011586e483cea0 (patch)
tree0608e1fe92b55f059bad427d31dff6b7f4a7737a
parentc867c52e48e6d348e9a2c16a5fd0c8c0855c6ae6 (diff)
downloadllvmorg-3.9.0-rc2.tar.gz
ReleaseNotes: fix gold plugin linkllvmorg-3.9.0-rc2
llvm-svn: 279177
-rw-r--r--lld/docs/ReleaseNotes.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/lld/docs/ReleaseNotes.rst b/lld/docs/ReleaseNotes.rst
index 68d2c1d99a80..a0556e270162 100644
--- a/lld/docs/ReleaseNotes.rst
+++ b/lld/docs/ReleaseNotes.rst
@@ -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.