From 88816ec96349466c8012ab1f70f8e01a7af556ce Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Sun, 18 Sep 2011 12:51:05 +0000 Subject: [PATCH] Fix up the formating and change llvm-gcc to clang. Note that this example doesn't work anymore! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139999 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LinkTimeOptimization.html | 57 +++++++++++++++++++--------------- 1 file changed, 32 insertions(+), 25 deletions(-) diff --git a/docs/LinkTimeOptimization.html b/docs/LinkTimeOptimization.html index b3bc4814fdc..52ab119707c 100644 --- a/docs/LinkTimeOptimization.html +++ b/docs/LinkTimeOptimization.html @@ -79,7 +79,7 @@ conservative escape analysis.

The following example illustrates the advantages of LTO's integrated approach and clean interface. This example requires a system linker which supports LTO through the interface described in this document. Here, - llvm-gcc transparently invokes system linker.

+ clang transparently invokes system linker.