diff options
| author | Duncan Sands <baldrick@free.fr> | 2007-04-07 17:43:25 +0000 |
|---|---|---|
| committer | Duncan Sands <baldrick@free.fr> | 2007-04-07 17:43:25 +0000 |
| commit | 24334a3561b7472b7dfe0855f0adba9e0362f0e6 (patch) | |
| tree | a61ee1b9c92fea4fe1584682c7ef33410599b309 /llvm/docs | |
| parent | c0297896aad676c07320ac3cc33d144ccb4347c2 (diff) | |
| download | bcm5719-llvm-24334a3561b7472b7dfe0855f0adba9e0362f0e6.tar.gz bcm5719-llvm-24334a3561b7472b7dfe0855f0adba9e0362f0e6.zip | |
Rephrase linker explanation.
llvm-svn: 35739
Diffstat (limited to 'llvm/docs')
| -rw-r--r-- | llvm/docs/LinkTimeOptimization.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/docs/LinkTimeOptimization.html b/llvm/docs/LinkTimeOptimization.html index 2750d1057e3..1084e352712 100644 --- a/llvm/docs/LinkTimeOptimization.html +++ b/llvm/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. |

