mirror of git://gcc.gnu.org/git/gcc.git
Fix typo in LTO documentation (PR lto/50345).
2017-04-19 Paulo J. Matos <paulo@matos-sorge.com> PR lto/50345 * doc/lto.texi: Remove an extra 'that'. From-SVN: r246995
This commit is contained in:
parent
5249994efa
commit
0f605f729e
|
|
@ -1,3 +1,8 @@
|
|||
2017-04-19 Paulo J. Matos <paulo@matos-sorge.com>
|
||||
|
||||
PR lto/50345
|
||||
* doc/lto.texi: Remove an extra 'that'.
|
||||
|
||||
2017-04-19 Segher Boessenkool <segher@kernel.crashing.org>
|
||||
|
||||
PR rtl-optimization/80429
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ existing build systems, as one can, for instance, produce archives of
|
|||
the files. Additionally, one might be able to ship one set of fat
|
||||
objects which could be used both for development and the production of
|
||||
optimized builds. A, perhaps surprising, side effect of this feature
|
||||
is that any mistake in the toolchain that leads to LTO information not
|
||||
is that any mistake in the toolchain leads to LTO information not
|
||||
being used (e.g.@: an older @code{libtool} calling @code{ld} directly).
|
||||
This is both an advantage, as the system is more robust, and a
|
||||
disadvantage, as the user is not informed that the optimization has
|
||||
|
|
|
|||
Loading…
Reference in New Issue