[all-commits] [llvm/llvm-project] af6511: [OpenMP] Fixed Bug 49356
Shilei Tian via All-commits
all-commits at lists.llvm.org
Mon May 17 09:15:19 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: af6511d730f18beb9053c0120c45abef031344e9
https://github.com/llvm/llvm-project/commit/af6511d730f18beb9053c0120c45abef031344e9
Author: Shilei Tian <tianshilei1992 at gmail.com>
Date: 2021-05-17 (Mon, 17 May 2021)
Changed paths:
M openmp/runtime/test/tasking/bug_taskwait_detach.cpp
Log Message:
-----------
[OpenMP] Fixed Bug 49356
Bug 49356 (https://bugs.llvm.org/show_bug.cgi?id=49356) reports crash in
the test case `tasking/bug_taskwait_detach.cpp`, which is caused by the wrong
function declaration. `gtid` in `__kmpc_omp_task` should be `kmp_int32`.
Reviewed By: AndreyChurbanov
Differential Revision: https://reviews.llvm.org/D102584
More information about the All-commits
mailing list