diff options
author | Hans Wennborg <hans@hanshq.net> | 2016-08-18 23:13:30 +0000 |
---|---|---|
committer | Hans Wennborg <hans@hanshq.net> | 2016-08-18 23:13:30 +0000 |
commit | cf3f88d23a6992ea9a3a6a8e69011586e483cea0 (patch) | |
tree | 0608e1fe92b55f059bad427d31dff6b7f4a7737a /lld | |
parent | c867c52e48e6d348e9a2c16a5fd0c8c0855c6ae6 (diff) | |
download | llvm-llvmorg-3.9.0-rc2.zip llvm-llvmorg-3.9.0-rc2.tar.gz llvm-llvmorg-3.9.0-rc2.tar.bz2 |
ReleaseNotes: fix gold plugin linkllvmorg-3.9.0-rc2
llvm-svn: 279177
Diffstat (limited to 'lld')
-rw-r--r-- | lld/docs/ReleaseNotes.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lld/docs/ReleaseNotes.rst b/lld/docs/ReleaseNotes.rst index 68d2c1d..a0556e2 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. |