forked from OSchip/llvm-project
![]() 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 |
||
---|---|---|
.. | ||
barrier | ||
critical.c | ||
flush.c | ||
lock.c | ||
master.c | ||
nest_lock.c | ||
ordered.c | ||
taskgroup.c | ||
taskwait.c | ||
test_lock.c | ||
test_nest_lock.c | ||
test_nest_lock_parallel.c |