<div dir="ltr"><div>Thanks Hans!</div><div><br></div><div>I've confirmed that the startup crash is now fixed. </div><div> <br></div><div><div>However, I don't see the UCRT dlls in the /bin directory. They look like this: api-ms-win-crt-<component>.dll Do you have the Windows 10 SDK installed on your build machine? </div><div><br></div><div>Also, looks like you need to update the download url to LLVM-**5<b>**</b>.0.0-r293474-win3<wbr>2.exe</div><div><br></div><div>Vadim</div><div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jan 30, 2017 at 7:01 PM, Hans Wennborg <span dir="ltr"><<a href="mailto:hans@chromium.org" target="_blank">hans@chromium.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">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/w<wbr>in-snapshots/LLVM-4.0.0-r29347<wbr>4-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" target="_blank">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-pr<wbr>oject?rev=293373&view=rev</a><br>
> Log:<br>
> This addresses LLDB bug 31699, which was caused by LLVM using static linking on Windows.<br>
><br>
> In order to make sure that LLVM continues to work on machines that do not have the Universal CRT yet,<br>
> we'll need to ship a copy of UCRT in the Windows installation package. Fortunately, CMake 3.6+ already<br>
> supports app-local deployment of UCRT dlls, we just need to turn this on.<br>
><br>
> Differential Revision: <a href="https://reviews.llvm.org/D29146" rel="noreferrer" target="_blank">https://reviews.llvm.org/D2914<wbr>6</a><br>
</blockquote></div><br><br></div></div></div></div>