Add lto doc link.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29660 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Devang Patel 2006-08-14 18:21:53 +00:00
parent 93449f13d8
commit de4bbd94dc

View File

@ -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>