<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 - Please backport r361158 to 8.0"
   href="https://bugs.llvm.org/show_bug.cgi?id=42251">42251</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Please backport r361158 to 8.0
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>new-bugs
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>8.0
          </td>
        </tr>

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

        <tr>
          <th>OS</th>
          <td>Linux
          </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>new bugs
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>mgorny@gentoo.org
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>htmldeveloper@gmail.com, llvm-bugs@lists.llvm.org, protze@itc.rwth-aachen.de
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=22086" name="attach_22086" title="0001-OpenMP-OMPT-Fix-locking-testcases-for-32-bit-archite.patch">attachment 22086</a> <a href="attachment.cgi?id=22086&action=edit" title="0001-OpenMP-OMPT-Fix-locking-testcases-for-32-bit-archite.patch">[details]</a></span>
0001-OpenMP-OMPT-Fix-locking-testcases-for-32-bit-archite.patch

The following commit is needed to fix openmp tests on i386.  It doesn't apply
cleanly, so I'm attaching a rebased version.


commit 4109d5606e23a2d422e62aabff726f8e269c5b3e
Author: Joachim Protze <<a href="mailto:protze@itc.rwth-aachen.de">protze@itc.rwth-aachen.de</a>>
Date:   Mon May 20 16:21:42 2019

    [OpenMP][OMPT] Fix locking testcases for 32 bit architectures

    <a href="https://reviews.llvm.org/D58454">https://reviews.llvm.org/D58454</a> did not fix the problem for a typical use
    case of building LLVM with gcc or icc and then testing with the newly built
    clang compiler.
    The compilers do not agree on how to extend a 32-bit pointer to uint64, so
    make the pointer unsigned first, before adjusting the size.

    Patch by Joachim Protze

    Differential Revision: <a href="https://reviews.llvm.org/D58506">https://reviews.llvm.org/D58506</a>

    llvm-svn: 361158</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>