[llvm] r223309 - Make llvm-ar a real build target and install it.

Dmitry Babokin babokin at gmail.com
Mon Dec 8 05:56:38 PST 2014


Alternatively, instead of using VS, you can run msbuild directly:
> msbuild INSTALL.vcxproj /V:m /p:Platform=Win32 /p:Configuration=Release
/t:rebuild

Dmitry.

On Mon, Dec 8, 2014 at 4:48 PM, Dmitry Babokin <babokin at gmail.com> wrote:

> I see the same problem.
>
> Cmake command (you can configure the same in gui):
> > cmake -G "Visual Studio 11" -DCMAKE_INSTALL_PREFIX="..\bin-trunk"
> -DLLVM_LIT_TOOLS_DIR="C:\gnuwin32\bin" ..\llvm-trunk
>
> After that open solution file in VS 2012 and build "INSTALL" target.
>
> Dmitry.
>
> On Mon, Dec 8, 2014 at 4:10 PM, Rafael EspĂ­ndola <
> rafael.espindola at gmail.com> wrote:
>
>> On 8 December 2014 at 03:17, Kuperstein, Michael M
>> <michael.m.kuperstein at intel.com> wrote:
>> > The problem is with the native MSVC (-G"Visual Studio 2012 Win64")
>> build.
>> > If you don't have VS, I can understand how that can be hard to
>> reproduce...
>>
>> I have VS, I just try to use as little of it as possible.
>>
>> What is the msbuild command line that fails?
>>
>> Cheers,
>> Rafael
>> _______________________________________________
>> llvm-commits mailing list
>> llvm-commits at cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20141208/15962852/attachment.html>


More information about the llvm-commits mailing list