[all-commits] [llvm/llvm-project] a01b58: [OpenMP][libomptarget][Fix] Add missing array init...
Gheorghe-Teodor Bercea via All-commits
all-commits at lists.llvm.org
Wed Dec 27 09:58:55 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a01b58aef0e42fb1b52e358adf4c56678a884d37
https://github.com/llvm/llvm-project/commit/a01b58aef0e42fb1b52e358adf4c56678a884d37
Author: Gheorghe-Teodor Bercea <doru.bercea at amd.com>
Date: 2023-12-27 (Wed, 27 Dec 2023)
Changed paths:
M openmp/libomptarget/test/offloading/struct_mapping_with_pointers.cpp
Log Message:
-----------
[OpenMP][libomptarget][Fix] Add missing array initialization (#76457)
Add missing array initialization as the array was not initialized and
the value zero was assumed.
More information about the All-commits
mailing list