From: Bill Wendling Date: Sun, 18 Sep 2011 12:51:05 +0000 (+0000) Subject: Fix up the formating and change llvm-gcc to clang. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=88816ec96349466c8012ab1f70f8e01a7af556ce;p=oota-llvm.git 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 --- 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.