diff --git a/docs/LinkTimeOptimization.html b/docs/LinkTimeOptimization.html index a79efa86935..2750d1057e3 100644 --- a/docs/LinkTimeOptimization.html +++ b/docs/LinkTimeOptimization.html @@ -83,7 +83,9 @@ conservative escape analysis.

The following example illustrates the advantages of LTO's integrated - approach and clean interface.

+ 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.