diff options
author | Torok Edwin <edwintorok@gmail.com> | 2009-06-03 15:42:26 +0000 |
---|---|---|
committer | Torok Edwin <edwintorok@gmail.com> | 2009-06-03 15:42:26 +0000 |
commit | b68114433478e635359f7e69a242fe01b9bd5a09 (patch) | |
tree | 9a22cef43e6f4759c01b17bcedf7082fd78de9fa /llvm/docs/GoldPlugin.html | |
parent | b011aa3a5e1a5fed6c879c02e7c9fa0a63941df6 (diff) | |
download | bcm5719-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.html | 1 |
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 # <-- 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 |