[cfe-dev] Building a clang toolset for Visual Studio

Paweł Bylica chfast at gmail.com
Mon Sep 30 17:16:07 PDT 2013


Great, thanks for super quick answer.

I have Visual Studio solution generated by CMake, so I've found PACKAGE
project easily. Currently install script is failing just because it cannot
find proper path for toolset installation. I will try to take care of that
tomorrow.


On Tue, Oct 1, 2013 at 1:59 AM, Reid Kleckner <rnk at google.com> wrote:

> And, to solve your actual problem, most like you need to modify the
> platform toolset xml files, which live at:
> http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/msbuild/
>
> They are dropped into MSBuild's hierarchy of platform toolsets, so the
> logic for that may need to be tweaked.
>
>
> On Mon, Sep 30, 2013 at 4:16 PM, Paweł Bylica <chfast at gmail.com> wrote:
>
>> Hello there,
>>
>> I'm interested in snapshots builds of clang toolset for Visual Studio,
>> that are available on this site: http://llvm.org/builds/
>>
>> It turned out that this installer does not work for me, probably because
>> I'm using Visual Studio 2013. Can I find any instructions how to build it
>> from source? Maybe I will be able to fix that.
>>
>> _______________________________________________
>> cfe-dev mailing list
>> cfe-dev at cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20131001/df2cfe0a/attachment.html>


More information about the cfe-dev mailing list