forked from OSchip/llvm-project
parent
b122c4cb1d
commit
b603c73e76
|
@ -21,8 +21,8 @@
|
||||||
<!--=========================================================================-->
|
<!--=========================================================================-->
|
||||||
<div class="doc_text">
|
<div class="doc_text">
|
||||||
<p>Building with link time optimization requires cooperation with the
|
<p>Building with link time optimization requires cooperation with the
|
||||||
system linker. To support LTO on Linux systems, we requires that you use
|
system linker. LTO support on Linux systems requires that you use
|
||||||
<a href="http://sourceware.org/binutils">gold</a> which has support for
|
<a href="http://sourceware.org/binutils">gold</a> which supports for
|
||||||
LTO via plugins. This is the same system used by the upcoming
|
LTO via plugins. This is the same system used by the upcoming
|
||||||
<a href="http://gcc.gnu.org/wiki/LinkTimeOptimization">GCC LTO</a>
|
<a href="http://gcc.gnu.org/wiki/LinkTimeOptimization">GCC LTO</a>
|
||||||
support.</p>
|
support.</p>
|
||||||
|
|
Loading…
Reference in New Issue