[llvm-bugs] [Bug 32081] New: CMake INSTALL error: libclang_rt.asan-i386.so not found
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Feb 27 13:20:36 PST 2017
https://bugs.llvm.org/show_bug.cgi?id=32081
Bug ID: 32081
Summary: CMake INSTALL error: libclang_rt.asan-i386.so not
found
Product: Build scripts
Version: 4.0
Hardware: PC
OS: All
Status: NEW
Severity: enhancement
Priority: P
Component: cmake
Assignee: unassignedbugs at nondot.org
Reporter: keno at alumni.harvard.edu
CC: llvm-bugs at lists.llvm.org
CMake Install Step fails with the following message:
```
CMake Error at projects/compiler-rt/lib/asan/cmake_install.cmake:72 (file):
file INSTALL cannot find
"/home/keno/julia/deps/scratch/llvm-svn/build_Release+Asserts/projects/compiler-rt/lib/asan/CMakeFiles/CMakeRelink.dir/libclang_rt.asan-i386.so".
Call Stack (most recent call first):
projects/compiler-rt/lib/cmake_install.cmake:43 (include)
projects/compiler-rt/cmake_install.cmake:38 (include)
projects/cmake_install.cmake:37 (include)
cmake_install.cmake:61 (include)
```
Clang/LLVM/CompilerRT are on the release_40 branch. Configuration cache is
copied here: https://gist.github.com/Keno/7d0fc916ee5f7181796c07bf16312fa2
I suppose the option most likely to be the culprit is
`-DLLVM_BUILD_LLVM_DYLIB:BOOL=ON`.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20170227/49efc95e/attachment.html>
More information about the llvm-bugs
mailing list