From: Nick Lewycky Date: Sun, 1 Mar 2009 20:58:07 +0000 (+0000) Subject: Cleanup the description of flags to llvm-gcc. Also remove stray text in the X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=d66ff0f2e0395ace65602091b183b759930a94be;p=oota-llvm.git Cleanup the description of flags to llvm-gcc. Also remove stray text in the attribution. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65785 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/GoldPlugin.html b/docs/GoldPlugin.html index 9146d39beb7..1c61d414b68 100644 --- a/docs/GoldPlugin.html +++ b/docs/GoldPlugin.html @@ -72,8 +72,8 @@ make all-gold ready to switch to using gold, backup your existing /usr/bin/ld then replace it with ld-new.

You can produce bitcode files from llvm-gcc using - -emit-llvm or -flto or -O4 which is equivalent - to -O3 -flto.

+ -emit-llvm or -flto, or the -O4 flag which is + synonymous with -O3 -flto.

llvm-gcc has a -use-gold-plugin option which looks for the gold plugin in the same directories as it looks for cc1 and passes the -plugin option to ld. It will not look for an alternate @@ -97,7 +97,6 @@ as much as gold could without the plugin. src="http://jigsaw.w3.org/css-validator/images/vcss-blue" alt="Valid CSS"> Valid HTML 4.01 - Written by the Nick Lewycky
The LLVM Compiler Infrastructure
Last modified: $Date: 2009-01-01 23:10:51 -0800 (Thu, 01 Jan 2009) $