search for: 084175

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

2015 Apr 21
3
[LLVMdev] libclang_rt.asan-x86_64.a: No such file or directory
...//clang.llvm.org/get_started.html, and got this error when trying to compile at test program: /usr/bin/ld: cannot find /home/davem/clang-235334/bin/../lib/clang/3.7.0/lib/linux/libclang_rt.asan-x86_64.a: No such file or directory This thread: http://lists.cs.uiuc.edu/pipermail/llvmdev/2015-April/084175.html indicates that the solution is to start with a clean build, but that's what I just tried, and it still failed. Here's my install log: $ rm -rf ~/tmp/clang $ mkdir ~/tmp/clang; cd ~/tmp/clang $ svn co http://llvm.org/svn/llvm-project/llvm/trunk llvm $ cd llvm/tools $ svn co http://ll...