summaryrefslogtreecommitdiff
path: root/docs/index.html
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2006-08-14 18:21:53 +0000
committerDevang Patel <dpatel@apple.com>2006-08-14 18:21:53 +0000
commitde4bbd94dc5904f4b61995f5f2b56126398e419e (patch)
tree4de676c277f79756079f46c23264f68bd6845a60 /docs/index.html
parent93449f13d8f928824a9e200ae3e57d1e0a371c02 (diff)
downloadllvm-de4bbd94dc5904f4b61995f5f2b56126398e419e.tar.gz
llvm-de4bbd94dc5904f4b61995f5f2b56126398e419e.tar.bz2
llvm-de4bbd94dc5904f4b61995f5f2b56126398e419e.tar.xz
Add lto doc link.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29660 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html
index 81cb72fc06..367296b352 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -215,6 +215,10 @@ describes the design and configuration of the LLVM compiler driver tool,
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>