<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 - Clang-CL freezes compiling C++ file with OpenMP enabled"
   href="https://bugs.llvm.org/show_bug.cgi?id=38696">38696</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Clang-CL freezes compiling C++ file with OpenMP enabled
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>clang
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>trunk
          </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>-New Bugs
          </td>
        </tr>

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

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

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Clang-CL freezes compiling the attached TexturePack.cpp file, but only with
OpenMP enabled. I'm using LLVM for Windows with clang 8.0.0 (trunk) and MSVC
2017 19.14.26433.

The attached archive has all the necessary source files. I also provide a
buildlog.txt and a Python script (run.py) which you can use to run the command
on your machine (adjusts some paths and sets up the environment for Clang-CL).

The script makes some assumptions, eg. on the Visual Studio 2017 version. You
may need to exchange the "Professional" in the vcvarsall string with whatever
VS version you are using. It also assume LLVM is installed under C:\Program
Files\LLVM.

This is my first time submitting a bug report to LLVM -- please let me know if
you need any more information.</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>