[all-commits] [llvm/llvm-project] 0caf73: [OPENMP50]Mapping of the subcomponents with the 'd...
Alexey Bataev via All-commits
all-commits at lists.llvm.org
Tue Mar 2 07:14:46 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0caf736d7e1d16d1059553fc28dbac31f0b9f788
https://github.com/llvm/llvm-project/commit/0caf736d7e1d16d1059553fc28dbac31f0b9f788
Author: Alexey Bataev <a.bataev at hotmail.com>
Date: 2021-03-02 (Tue, 02 Mar 2021)
Changed paths:
M clang/include/clang/AST/OpenMPClause.h
M clang/lib/CodeGen/CGOpenMPRuntime.cpp
M clang/lib/Sema/SemaOpenMP.cpp
M clang/test/OpenMP/declare_mapper_codegen.cpp
A clang/test/OpenMP/target_map_codegen_34.cpp
M openmp/libomptarget/src/omptarget.cpp
M openmp/libomptarget/src/private.h
A openmp/libomptarget/test/mapping/declare_mapper_nested_default_mappers.cpp
Log Message:
-----------
[OPENMP50]Mapping of the subcomponents with the 'default' mappers.
If the mapped structure has data members, which have 'default' mappers,
need to map these members individually using their 'default' mappers.
Differential Revision: https://reviews.llvm.org/D92195
More information about the All-commits
mailing list