summaryrefslogtreecommitdiff
path: root/tools/gold/README.txt
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2010-08-08 21:14:26 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2010-08-08 21:14:26 +0000
commit53843f8edb1ff86f29a1857bb8015deb7cadbce2 (patch)
tree6782b0982f73d7bd756e42fd5e5dbf0b8edecbff /tools/gold/README.txt
parent991808005a27b2e0049e124bf69250281276c317 (diff)
downloadllvm-53843f8edb1ff86f29a1857bb8015deb7cadbce2.tar.gz
llvm-53843f8edb1ff86f29a1857bb8015deb7cadbce2.tar.bz2
llvm-53843f8edb1ff86f29a1857bb8015deb7cadbce2.tar.xz
s/libLLVMgold/LLVMgold/g
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110552 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/gold/README.txt')
-rw-r--r--tools/gold/README.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/gold/README.txt b/tools/gold/README.txt
index 92ee3d16af..a906a9083e 100644
--- a/tools/gold/README.txt
+++ b/tools/gold/README.txt
@@ -14,8 +14,8 @@ Then build binutils with "make all-gold".
To build the LLVMgold plugin, configure LLVM with the option
--with-binutils-include=/path/to/binutils/src/include/ --enable-pic. To use the
-plugin, run "ld-new --plugin /path/to/libLLVMgold.so".
-Without PIC libLTO and libLLVMgold are not being built (because they would fail
+plugin, run "ld-new --plugin /path/to/LLVMgold.so".
+Without PIC libLTO and LLVMgold are not being built (because they would fail
link on x86-64 with a relocation error: PIC and non-PIC can't be combined).
As an alternative to passing --enable-pic, you can use 'make ENABLE_PIC=1' in
your entire LLVM build.