[all-commits] [llvm/llvm-project] f5eebc: [OpenMP] Fixed an issue in the test case parallel_...
Shilei Tian via All-commits
all-commits at lists.llvm.org
Tue Nov 3 12:59:35 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f5eebc25cc37332713888116beb4c2d9b09107ff
https://github.com/llvm/llvm-project/commit/f5eebc25cc37332713888116beb4c2d9b09107ff
Author: Shilei Tian <tianshilei1992 at gmail.com>
Date: 2020-11-03 (Tue, 03 Nov 2020)
Changed paths:
R openmp/libomptarget/test/offloading/parallel_offloading_map.c
A openmp/libomptarget/test/offloading/parallel_offloading_map.cpp
Log Message:
-----------
[OpenMP] Fixed an issue in the test case parallel_offloading_map
There is a non-conforming use of variable-sized array in the test case `parallel_offloading_map.c`. This patch fixed it.
Reviewed By: protze.joachim
Differential Revision: https://reviews.llvm.org/D90642
More information about the All-commits
mailing list