[llvm] r223309 - Make llvm-ar a real build target and install it.
Rafael EspĂndola
rafael.espindola at gmail.com
Sun Dec 7 16:56:13 PST 2014
On 7 December 2014 at 11:14, Kuperstein, Michael M
<michael.m.kuperstein at intel.com> wrote:
> Hello Rafael,
>
> It looks like one of the patches in this series broke CMake for Visual Studio.
>
> Two things look wrong:
> 1) The llvm-ranlib project is in the solution root, instead of living under tools.
> 2) The INSTALL target fails:
>
> 46> CMake Error at tools/llvm-ar/cmake_install.cmake:43 (FILE):
> 46> file INSTALL cannot find
> 46> "C:/llvm/clang/build/$(Configuration)/bin/llvm-ranlib.exe".
> 46> Call Stack (most recent call first):
> 46> tools/cmake_install.cmake:38 (INCLUDE)
> 46> cmake_install.cmake:56 (INCLUDE)
>
> I don't know enough (=anything) about CMake to fix this, unfortunately.
> Could you please take a look?
How do I reproduce this?
On windows I normally build with cmake + ninja. Can you give the
command lines you used?
Cheers,
Rafael
More information about the llvm-commits
mailing list