summaryrefslogtreecommitdiffstats
path: root/llvm/docs/GoldPlugin.html
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2011-04-09 02:13:48 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2011-04-09 02:13:48 +0000
commitb10df26061e1473c85da5c73517fda75a0dd225d (patch)
tree7abf2324244ee2da8fa4f9cf1e370ef393634bf8 /llvm/docs/GoldPlugin.html
parentca46f5a3b5d75995b2a2807bc885f308e7009372 (diff)
downloadbcm5719-llvm-b10df26061e1473c85da5c73517fda75a0dd225d.tar.gz
bcm5719-llvm-b10df26061e1473c85da5c73517fda75a0dd225d.zip
docs: Fix some in-package URLs.
(eg. trim http://llvm.org/docs/foo -> foo) llvm-svn: 129182
Diffstat (limited to 'llvm/docs/GoldPlugin.html')
-rw-r--r--llvm/docs/GoldPlugin.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/GoldPlugin.html b/llvm/docs/GoldPlugin.html
index 7c44f45ee67..051d8a49433 100644
--- a/llvm/docs/GoldPlugin.html
+++ b/llvm/docs/GoldPlugin.html
@@ -33,7 +33,7 @@ project.</p>
<p>The LLVM gold plugin implements the
<a href="http://gcc.gnu.org/wiki/whopr/driver">gold plugin interface</a>
on top of
-<a href="http://llvm.org/docs/LinkTimeOptimization.html#lto">libLTO</a>.
+<a href="LinkTimeOptimization.html#lto">libLTO</a>.
The same plugin can also be used by other tools such as <tt>ar</tt> and
<tt>nm</tt>.
</div>
@@ -145,7 +145,7 @@ $ llvm-gcc -use-gold-plugin a.a b.o -o main # &lt;-- link with LLVMgold plugin
</pre>
<p>Gold informs the plugin that foo3 is never referenced outside the IR,
leading LLVM to delete that function. However, unlike in the
- <a href="http://llvm.org/docs/LinkTimeOptimization.html#example1">libLTO
+ <a href="LinkTimeOptimization.html#example1">libLTO
example</a> gold does not currently eliminate foo4.</p>
</div>
OpenPOWER on IntegriCloud