<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
I tried upgrading to CMake 3.7 and re-buliding but that didn't help :-/<br>
<br>
I think I have the SDK; at least I have a "v10.0A" dir in C:\Program<br>
Files (x86)\Microsoft SDKs\Windows.</blockquote><div><br></div><div>Can you please check whether your SDK has the "Redist\ucrt\DLLs" subfolder? (for example, Windows SDK shipped with VS2015 did not have it). You may need to grab latest SDK from <a href="https://developer.microsoft.com/en-us/windows/downloads/windows-10-sdk">here</a>.</div><div> <br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Shouldn't cmake error out or something if it can't find the files?<br></blockquote><div><br></div><div>Unfortunately it does not. (If you are using cmake-gui, it'll show the redist path variable in red, but this isn't a hard error).</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
> Also, looks like you need to update the download url to<br>
> LLVM-**5**.0.0-r293474-win32.<wbr>exe<br>
<br>
Fixed. Thanks for noticing!<br>
<br>
<br>
> On Mon, Jan 30, 2017 at 7:01 PM, Hans Wennborg <<a href="mailto:hans@chromium.org">hans@chromium.org</a>> wrote:<br>
>><br>
>> I've just built a new snapshot that includes this revision:<br>
>> <a href="http://llvm.org/pre-releases/win-snapshots/LLVM-4.0.0-r293474-win32.exe" rel="noreferrer" target="_blank">http://llvm.org/pre-releases/<wbr>win-snapshots/LLVM-4.0.0-<wbr>r293474-win32.exe</a><br>
>><br>
>> Can you please verify that it works and includes the correct DLLs? And<br>
>> does it help LLDB?<br>
>><br>
>> When I install it, I see these in the bin\ directory:<br>
>> msvcp140.dll<br>
>> vcruntime140.dll<br>
>><br>
>> Thanks for pushing this forward!<br>
>><br>
>> Hans<br>
>><br>
>><br>
>> On Fri, Jan 27, 2017 at 11:39 PM, Vadim Chugunov via llvm-commits<br>
>> <<a href="mailto:llvm-commits@lists.llvm.org">llvm-commits@lists.llvm.org</a>> wrote:<br>
>> > Author: vadimcn<br>
>> > Date: Sat Jan 28 01:39:52 2017<br>
>> > New Revision: 293373<br>
>> ><br>
>> > URL: <a href="http://llvm.org/viewvc/llvm-project?rev=293373&view=rev" rel="noreferrer" target="_blank">http://llvm.org/viewvc/llvm-<wbr>project?rev=293373&view=rev</a><br>
>> > Log:<br>
>> > This addresses LLDB bug 31699, which was caused by LLVM using static<br>
>> > linking on Windows.<br>
>> ><br>
>> > In order to make sure that LLVM continues to work on machines that do<br>
>> > not have the Universal CRT yet,<br>
>> > we'll need to ship a copy of UCRT in the Windows installation package.<br>
>> > Fortunately, CMake 3.6+ already<br>
>> > supports app-local deployment of UCRT dlls, we just need to turn this<br>
>> > on.<br>
>> ><br>
>> > Differential Revision: <a href="https://reviews.llvm.org/D29146" rel="noreferrer" target="_blank">https://reviews.llvm.org/<wbr>D29146</a><br>
><br>
><br>
><br>
</blockquote></div><br></div></div>