[LLVMdev] [cfe-dev] Install Problem of Compiler-rt with Visual Studio Express 2013 for Windows Desktop
Feng Lu
lufeng1204 at gmail.com
Thu Mar 6 06:59:56 PST 2014
Hi,
The actual location is in
C:/llvm/build/Release/lib/clang/3.5.0/lib/windows/Release/clang_rt.asan-i386.lib
which just replaces $(Configuration) as Release.
Thanks
On Wed, Mar 5, 2014 at 11:56 PM, Alexey Samsonov <samsonov at google.com>wrote:
> +Brad
> Brad, do you think we should fix add_compiler_rt_static_runtime for
> multi-configuration generators
> in the same way you fixed add_sanitizer_rt_symbols recently?
>
> On Thu, Mar 6, 2014 at 9:33 AM, Feng Lu <lufeng1204 at gmail.com> wrote:
>
>> Hi, All
>> I have tried to compile and install LLVM on windows 8 using Visual
>> Studio Express 2013 for Windows Desktop.
>> The compiling is fine. However, the installing gives the following
>> errors:
>> 62> CMake Error at
>> projects/compiler-rt/lib/asan/cmake_install.cmake:34 (FILE):
>> 62> file INSTALL cannot find
>> 62>
>> "C:/llvm/build/$(Configuration)/lib/clang/3.5.0/lib/windows/Release/clang_rt.asan-i386.lib".
>>
>
> What is the actual location of clang_rt.asan-i386.lib in your build tree?
>
>
>> 62> Call Stack (most recent call first):
>> 62> projects/compiler-rt/lib/cmake_install.cmake:32 (INCLUDE)
>> 62> projects/compiler-rt/cmake_install.cmake:33 (INCLUDE)
>> 62> projects/cmake_install.cmake:32 (INCLUDE)
>> 62> cmake_install.cmake:55 (INCLUDE)
>> 62>
>> Do I miss something?
>>
>> Thanks,
>> Feng Lu
>>
>> _______________________________________________
>> cfe-dev mailing list
>> cfe-dev at cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
>>
>>
>
>
> --
> Alexey Samsonov, MSK
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140306/528b7d65/attachment.html>
More information about the llvm-dev
mailing list