search for: build_llvm_clang

Displaying 1 result from an estimated 1 matches for "build_llvm_clang".

2011 Nov 16
1
[LLVMdev] Wrong path to libLTO.so in LLVMgold.so on Linux
The path to libLTO.so in LLVMgold.so points to the build directory on my machine: % ldd /usr/local/lib/LLVMgold.so linux-vdso.so.1 (0x00007fff3d795000) /var/tmp/build_llvm_clang/Release+Asserts/lib/libLTO.so => not found libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f1703983000) ... I have configured clang with: ../llvm/configure --enable-optimized --enable-targets=host --with-binutils-include=/usr/lib/binutils/x86_64-pc-linux-gnu/2.21.53.0.2/in...