From b10df26061e1473c85da5c73517fda75a0dd225d Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Sat, 9 Apr 2011 02:13:48 +0000 Subject: docs: Fix some in-package URLs. (eg. trim http://llvm.org/docs/foo -> foo) llvm-svn: 129182 --- llvm/docs/GoldPlugin.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'llvm/docs/GoldPlugin.html') 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.

The LLVM gold plugin implements the gold plugin interface on top of -libLTO. +libLTO. The same plugin can also be used by other tools such as ar and nm. @@ -145,7 +145,7 @@ $ llvm-gcc -use-gold-plugin a.a b.o -o main # <-- link with LLVMgold plugin

Gold informs the plugin that foo3 is never referenced outside the IR, leading LLVM to delete that function. However, unlike in the - libLTO + libLTO example gold does not currently eliminate foo4.

-- cgit v1.2.3