Displaying 2 results from an estimated 2 matches for "org_docs_gettingstartedv".
Did you mean:
org_docs_gettingstartedvs
2015 Jul 17
3
[LLVMdev] Fail to build LLVM release_36 in MSVC 2013
Hi, All,
I follow the menu http://llvm.org/docs/GettingStartedVS.html , but still
failed to build LLVM debug version.
Here's error message:
7>C:\study\llvm\projects\compiler-rt\lib\asan\asan_win.cc(69): fatal error
C1189: #error : Please build the runtime with a non-debug CRT: /MD or /MT
Any idear?
--
Best Regards,
Amy
-------------- next part --------------
An HTML attachment was
2017 Jun 05
2
Build problems
Hello,
Could someone please tell me why LLVM and clang downloaded from here:
svn co http://llvm.org/svn/llvm-project/llvm/trunk llvmsvn co http://llvm.org/svn/llvm-project/cfe/trunk clang
and generated using cmake:
cmake -G "Visual Studio 15 2017" ../llvm
does not compile in Visual Studio?
I am using Batch Build in Visual Studio and I have selected only ALL_BUILD project to build as