aboutsummaryrefslogtreecommitdiff
path: root/docs/LinkTimeOptimization.html
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2007-04-07 17:43:25 +0000
committerDuncan Sands <baldrick@free.fr>2007-04-07 17:43:25 +0000
commit6db928a62e244130fd5afa4f3d7f08eec19b0caf (patch)
tree9906e314b7de2a537dbdd9d34f6f51cfd8bd9bcf /docs/LinkTimeOptimization.html
parentfdc1e16dcf358cd5e0ff1cf36735630854a268e4 (diff)
Rephrase linker explanation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35739 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/LinkTimeOptimization.html')
-rw-r--r--docs/LinkTimeOptimization.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/LinkTimeOptimization.html b/docs/LinkTimeOptimization.html
index 2750d1057e..1084e35271 100644
--- a/docs/LinkTimeOptimization.html
+++ b/docs/LinkTimeOptimization.html
@@ -82,10 +82,10 @@ conservative escape analysis.
</div>
<div class="doc_text">
- <p>The following example illustrates the advantages of LTO's integrated
- 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>
+ <p>The following example illustrates the advantages of LTO's integrated
+ approach and clean interface. This example requires a system linker which
+ supports LTO through the interface described in this document. Here,
+ llvm-gcc4 transparently 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.