From eb44d8fb195e0aca9f61008b8685e7273a40abdd Mon Sep 17 00:00:00 2001 From: Devang Patel Date: Mon, 2 Apr 2007 16:54:12 +0000 Subject: Update example notes to clarify system linker's role. llvm-svn: 35597 --- llvm/docs/LinkTimeOptimization.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'llvm/docs/LinkTimeOptimization.html') diff --git a/llvm/docs/LinkTimeOptimization.html b/llvm/docs/LinkTimeOptimization.html index a79efa86935..2750d1057e3 100644 --- a/llvm/docs/LinkTimeOptimization.html +++ b/llvm/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.