mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-02 15:51:54 +00:00
Rephrase linker explanation.
llvm-svn: 35739
This commit is contained in:
parent
7bcd47dbc1
commit
70ea0645f5
@ -82,10 +82,10 @@ conservative escape analysis.
|
||||
</div>
|
||||
|
||||
<div class="doc_text">
|
||||
<p>The following example illustrates the advantages of LTO's integrated
|
||||
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>
|
||||
<p>The following example illustrates the advantages of LTO's integrated
|
||||
approach and clean interface. This example requires a system linker which
|
||||
supports LTO through the interface described in this document. Here,
|
||||
llvm-gcc4 transparently 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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user