[llvm-bugs] [Bug 38476] LLVM-7.0.0-rc1 Windows binaries are missing app-local Universal CRT

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Aug 8 04:41:14 PDT 2018


https://bugs.llvm.org/show_bug.cgi?id=38476

Hans Wennborg <hans at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID
                 CC|                            |hans at chromium.org

--- Comment #1 from Hans Wennborg <hans at chromium.org> ---
Well spotted :-)

This changed in http://llvm.org/viewvc/llvm-project?rev=327835&view=rev where
we switched back to just linking statically with /MT.

We used the ucrt while LLDB was in the package because it was required (I think
because of Python or something). Since LLDB was dropped from the package, so
was the ucrt.


> If LLVM has chosen to begin requiring the Universal CRT as a prerequisite (i.e. requiring the corresponding Windows Update or the VCRedist to be installed on pre-Win10 OSes), then this is by design, but I wanted to ask.

No, the idea is that we're no longer using the ucrt at all.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20180808/4ac65592/attachment.html>


More information about the llvm-bugs mailing list