<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 - lldb binary does not launch on Windows"
   href="https://bugs.llvm.org/show_bug.cgi?id=48037">48037</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>lldb binary does not launch on Windows
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>lldb
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>11.0
          </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>enhancement
          </td>
        </tr>

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

        <tr>
          <th>Component</th>
          <td>All Bugs
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>lldb-dev@lists.llvm.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>karthikkumar@gmail.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>jdevlieghere@apple.com, llvm-bugs@lists.llvm.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=24118" name="attach_24118" title="Screenshot of error in launching lldb">attachment 24118</a> <a href="attachment.cgi?id=24118&action=edit" title="Screenshot of error in launching lldb">[details]</a></span>
Screenshot of error in launching lldb

Hi,

I tried using the LLVM 11 installer for Windows (64 bit) and I noticed that I
am unable to launch lldb because python36.dll (CPython runtime for Python 3.6)
was missing. I'm attaching a screenshot.

I've overcome it by downloading a Python 3.6 zip (64 bit) version from
Python.org, and extracting the DLL out.

I request that you either link these binaries with a static (/MT) build of
Python or bundle this DLL. One way to check if deps are missing for the EXEs is
to add a distro checker with the dumpbin tool that is shipped as part of VC++.</pre>
        </div>
      </p>


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

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>