From 53843f8edb1ff86f29a1857bb8015deb7cadbce2 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Sun, 8 Aug 2010 21:14:26 +0000 Subject: s/libLLVMgold/LLVMgold/g git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110552 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/gold/README.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/gold') 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. -- cgit v1.2.3