summaryrefslogtreecommitdiffstats
path: root/llvm/docs/GoldPlugin.html
diff options
context:
space:
mode:
authorTorok Edwin <edwintorok@gmail.com>2009-06-03 15:42:26 +0000
committerTorok Edwin <edwintorok@gmail.com>2009-06-03 15:42:26 +0000
commitb68114433478e635359f7e69a242fe01b9bd5a09 (patch)
tree9a22cef43e6f4759c01b17bcedf7082fd78de9fa /llvm/docs/GoldPlugin.html
parentb011aa3a5e1a5fed6c879c02e7c9fa0a63941df6 (diff)
downloadbcm5719-llvm-b68114433478e635359f7e69a242fe01b9bd5a09.tar.gz
bcm5719-llvm-b68114433478e635359f7e69a242fe01b9bd5a09.zip
lets not forget about c++!
llvm-svn: 72778
Diffstat (limited to 'llvm/docs/GoldPlugin.html')
-rw-r--r--llvm/docs/GoldPlugin.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/docs/GoldPlugin.html b/llvm/docs/GoldPlugin.html
index 845ea1cde50..6be5277efd1 100644
--- a/llvm/docs/GoldPlugin.html
+++ b/llvm/docs/GoldPlugin.html
@@ -152,6 +152,7 @@ $ llvm-gcc -use-gold-plugin a.o b.o -o main # &lt;-- link with LLVMgold plugin
binutils):
<pre class="doc_code">
export CC="$PREFIX/bin/llvm-gcc -use-gold-plugin"
+export CXX="$PREFIX/bin/llvm-g++ -use-gold-plugin"
export AR="$PREFIX/bin/ar --plugin libLLVMgold.so"
export NM="$PREFIX/bin/nm --plugin libLLVMgold.so"
export RANLIB=/bin/true #ranlib is not needed, and doesn't support .bc files in .a
OpenPOWER on IntegriCloud