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: [email protected]
          Reporter: [email protected]
                CC: [email protected]

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.
_______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to