[llvm-commits] CVS: llvm/docs/index.html
Devang Patel
dpatel at apple.com
Mon Aug 14 11:22:07 PDT 2006
Changes in directory llvm/docs:
index.html updated: 1.56 -> 1.57
---
Log message:
Add lto doc link.
---
Diffs of the changes: (+5 -1)
index.html | 6 +++++-
1 files changed, 5 insertions(+), 1 deletion(-)
Index: llvm/docs/index.html
diff -u llvm/docs/index.html:1.56 llvm/docs/index.html:1.57
--- llvm/docs/index.html:1.56 Tue Jun 20 15:56:03 2006
+++ llvm/docs/index.html Mon Aug 14 13:21:53 2006
@@ -215,6 +215,10 @@
the LLVM System Library (<tt>lib/System</tt>) and how to keep LLVM source code
portable</li>
+<li><a href="LinkTimeOptimization.html">Link Time Optimization</a> - This
+document describes the interface between LLVM intermodular optimizer and
+the linker and its design</li>
+
</ul>
@@ -260,6 +264,6 @@
src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
<a href="http://llvm.org">LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2006/06/20 20:56:03 $
+ Last modified: $Date: 2006/08/14 18:21:53 $
</address>
More information about the llvm-commits
mailing list