summaryrefslogtreecommitdiff
path: root/docs/LinkTimeOptimization.html
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2007-04-02 16:54:12 +0000
committerDevang Patel <dpatel@apple.com>2007-04-02 16:54:12 +0000
commit0cf10286d52f03c6b0d72e64c11202952d00a112 (patch)
treeef5dcaf0c7928cef8c7b277601f09e7f7ebc96dc /docs/LinkTimeOptimization.html
parent0b1e466c9411c7c727404867792a96df2d2fbe75 (diff)
downloadllvm-0cf10286d52f03c6b0d72e64c11202952d00a112.tar.gz
llvm-0cf10286d52f03c6b0d72e64c11202952d00a112.tar.bz2
llvm-0cf10286d52f03c6b0d72e64c11202952d00a112.tar.xz
Update example notes to clarify system linker's role.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35597 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/LinkTimeOptimization.html')
-rw-r--r--docs/LinkTimeOptimization.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/LinkTimeOptimization.html b/docs/LinkTimeOptimization.html
index a79efa8693..2750d1057e 100644
--- a/docs/LinkTimeOptimization.html
+++ b/docs/LinkTimeOptimization.html
@@ -83,7 +83,9 @@ conservative escape analysis.
<div class="doc_text">
<p>The following example illustrates the advantages of LTO's integrated
- approach and clean interface.</p>
+ approach and clean interface. This example requires optimization support,
+ using interface described in this document, from system linker. Here,
+ llvm-gcc4 transparantly invokes system linker. </p>
<ul>
<li> Input source file <tt>a.c</tt> is compiled into LLVM byte code form.
<li> Input source file <tt>main.c</tt> is compiled into native object code.