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> _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits