[llvm-commits] CVS: llvm/docs/LinkTimeOptimization.html

Duncan Sands baldrick at free.fr
Sat Apr 7 10:43:42 PDT 2007



Changes in directory llvm/docs:

LinkTimeOptimization.html updated: 1.11 -> 1.12
---
Log message:

Rephrase linker explanation.


---
Diffs of the changes:  (+5 -5)

 LinkTimeOptimization.html |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)


Index: llvm/docs/LinkTimeOptimization.html
diff -u llvm/docs/LinkTimeOptimization.html:1.11 llvm/docs/LinkTimeOptimization.html:1.12
--- llvm/docs/LinkTimeOptimization.html:1.11	Mon Apr  2 11:54:12 2007
+++ llvm/docs/LinkTimeOptimization.html	Sat Apr  7 12:43:25 2007
@@ -82,10 +82,10 @@
 </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.
@@ -385,7 +385,7 @@
 
   Devang Patel<br>
   <a href="http://llvm.org">LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2007/04/02 16:54:12 $
+  Last modified: $Date: 2007/04/07 17:43:25 $
 </address>
 
 </body>






More information about the llvm-commits mailing list