[llvm-bugs] [Bug 42251] New: Please backport r361158 to 8.0
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Jun 12 06:07:42 PDT 2019
https://bugs.llvm.org/show_bug.cgi?id=42251
Bug ID: 42251
Summary: Please backport r361158 to 8.0
Product: new-bugs
Version: 8.0
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: new bugs
Assignee: unassignedbugs at nondot.org
Reporter: mgorny at gentoo.org
CC: htmldeveloper at gmail.com, llvm-bugs at lists.llvm.org,
protze at itc.rwth-aachen.de
Created attachment 22086
--> https://bugs.llvm.org/attachment.cgi?id=22086&action=edit
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 <protze at itc.rwth-aachen.de>
Date: Mon May 20 16:21:42 2019
[OpenMP][OMPT] Fix locking testcases for 32 bit architectures
https://reviews.llvm.org/D58454 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: https://reviews.llvm.org/D58506
llvm-svn: 361158
--
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/20190612/aeff2ce3/attachment.html>
More information about the llvm-bugs
mailing list