<html>
    <head>
      <base href="https://bugs.llvm.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - LLVM-7.0.0-rc1 Windows binaries are missing app-local Universal CRT"
   href="https://bugs.llvm.org/show_bug.cgi?id=38476">38476</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>LLVM-7.0.0-rc1 Windows binaries are missing app-local Universal CRT
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>Packaging
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Windows NT
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Windows Installer
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>unassignedbugs@nondot.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>sfinae@hotmail.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Unlike the previous 6.0.0 release, LLVM-7.0.0-rc1-win32.exe and
LLVM-7.0.0-rc1-win64.exe are missing bin\api-ms-win-*.dll and bin\ucrtbase.dll
. I believe that this will prevent them from working on pre-Win10 OSes where
the Universal CRT hasn't been installed. (According to my understanding, Win10
and Server 2016 are unaffected as they inherently contain the Universal CRT;
clang-cl.exe successfully runs on my Server 2016 machine where ucrtbase.dll is
present, but where I have intentionally never installed msvcp140.dll.)

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.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>