[all-commits] [llvm/llvm-project] e4eaf9: [OpenMP] Add support for mapping names in mapper API
Joseph Huber via All-commits
all-commits at lists.llvm.org
Thu Jan 21 06:32:26 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e4eaf9d82064901ff028332d1644eddafac73f69
https://github.com/llvm/llvm-project/commit/e4eaf9d82064901ff028332d1644eddafac73f69
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2021-01-21 (Thu, 21 Jan 2021)
Changed paths:
M clang/lib/CodeGen/CGOpenMPRuntime.cpp
M clang/test/OpenMP/declare_mapper_codegen.cpp
M clang/test/OpenMP/target_depend_codegen.cpp
M clang/test/OpenMP/target_map_names.cpp
M llvm/include/llvm/Frontend/OpenMP/OMPKinds.def
M llvm/test/Transforms/OpenMP/add_attributes.ll
M openmp/libomptarget/src/interface.cpp
M openmp/libomptarget/src/omptarget.cpp
M openmp/libomptarget/src/private.h
M openmp/libomptarget/test/mapping/declare_mapper_api.cpp
Log Message:
-----------
[OpenMP] Add support for mapping names in mapper API
Summary:
The custom mapper API did not previously support the mapping names added previously. This means they were not present if a user requested debugging information while using the mapper functions. This adds basic support for passing the mapped names to the runtime library.
Reviewers: jdoerfert
Differential Revision: https://reviews.llvm.org/D94806
More information about the All-commits
mailing list