diff options
author | Devang Patel <dpatel@apple.com> | 2006-08-14 18:21:53 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2006-08-14 18:21:53 +0000 |
commit | de4bbd94dc5904f4b61995f5f2b56126398e419e (patch) | |
tree | 4de676c277f79756079f46c23264f68bd6845a60 /docs/index.html | |
parent | 93449f13d8f928824a9e200ae3e57d1e0a371c02 (diff) | |
download | external_llvm-de4bbd94dc5904f4b61995f5f2b56126398e419e.zip external_llvm-de4bbd94dc5904f4b61995f5f2b56126398e419e.tar.gz external_llvm-de4bbd94dc5904f4b61995f5f2b56126398e419e.tar.bz2 |
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.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html index 81cb72f..367296b 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> |