[all-commits] [llvm/llvm-project] 5378c6: [OpenMP] Add Support for Mapping Names in Libompta...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Wed Nov 18 13:02:24 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 5378c6a4bf9422db0e2d6232dc2dc43222d0ab6b
https://github.com/llvm/llvm-project/commit/5378c6a4bf9422db0e2d6232dc2dc43222d0ab6b
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2020-11-18 (Wed, 18 Nov 2020)
Changed paths:
A openmp/libomptarget/include/SourceInfo.h
M openmp/libomptarget/include/omptarget.h
M openmp/libomptarget/src/device.cpp
M openmp/libomptarget/src/device.h
M openmp/libomptarget/src/interface.cpp
M openmp/libomptarget/src/omptarget.cpp
M openmp/libomptarget/src/private.h
M openmp/libomptarget/src/rtl.cpp
Log Message:
-----------
[OpenMP] Add Support for Mapping Names in Libomptarget RTL
Summary:
This patch adds basic support for priting the source location and names for the mapped variables. This patch does not support names for custom mappers. This is based on D89802.
Reviewers: jdoerfert
Differential Revision: https://reviews.llvm.org/D90172
More information about the All-commits
mailing list