[llvm] r293373 - This addresses LLDB bug 31699, which was caused by LLVM using static linking on Windows.

Hans Wennborg via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 30 19:01:03 PST 2017


I've just built a new snapshot that includes this revision:
http://llvm.org/pre-releases/win-snapshots/LLVM-4.0.0-r293474-win32.exe

Can you please verify that it works and includes the correct DLLs? And
does it help LLDB?

When I install it, I see these in the bin\ directory:
msvcp140.dll
vcruntime140.dll

Thanks for pushing this forward!

Hans


On Fri, Jan 27, 2017 at 11:39 PM, Vadim Chugunov via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
> Author: vadimcn
> Date: Sat Jan 28 01:39:52 2017
> New Revision: 293373
>
> URL: http://llvm.org/viewvc/llvm-project?rev=293373&view=rev
> Log:
> This addresses LLDB bug 31699, which was caused by LLVM using static linking on Windows.
>
> In order to make sure that LLVM continues to work on machines that do not have the Universal CRT yet,
> we'll need to ship a copy of UCRT in the Windows installation package. Fortunately, CMake 3.6+ already
> supports app-local deployment of UCRT dlls, we just need to turn this on.
>
> Differential Revision: https://reviews.llvm.org/D29146


More information about the llvm-commits mailing list