[llvm-commits] CVS: llvm/docs/LinkTimeOptimization.html
Devang Patel
dpatel at apple.com
Mon Apr 2 09:54:29 PDT 2007
Changes in directory llvm/docs:
LinkTimeOptimization.html updated: 1.10 -> 1.11
---
Log message:
Update example notes to clarify system linker's role.
---
Diffs of the changes: (+4 -2)
LinkTimeOptimization.html | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
Index: llvm/docs/LinkTimeOptimization.html
diff -u llvm/docs/LinkTimeOptimization.html:1.10 llvm/docs/LinkTimeOptimization.html:1.11
--- llvm/docs/LinkTimeOptimization.html:1.10 Fri Oct 27 18:06:27 2006
+++ llvm/docs/LinkTimeOptimization.html Mon Apr 2 11:54:12 2007
@@ -83,7 +83,9 @@
<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.
@@ -383,7 +385,7 @@
Devang Patel<br>
<a href="http://llvm.org">LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2006/10/27 23:06:27 $
+ Last modified: $Date: 2007/04/02 16:54:12 $
</address>
</body>
More information about the llvm-commits
mailing list