From 0cf10286d52f03c6b0d72e64c11202952d00a112 Mon Sep 17 00:00:00 2001 From: Devang Patel Date: Mon, 2 Apr 2007 16:54:12 +0000 Subject: [PATCH] Update example notes to clarify system linker's role. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35597 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LinkTimeOptimization.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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.