Update example notes to clarify system linker's role.

llvm-svn: 35597
This commit is contained in:
Devang Patel 2007-04-02 16:54:12 +00:00
parent 3b40d3887b
commit eb44d8fb19
1 changed files with 3 additions and 1 deletions

View File

@ -83,7 +83,9 @@ conservative escape analysis.
<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.