[PATCH] D94806: [OpenMP] Add support for mapping names in mapper API

Joseph Huber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 20 13:40:54 PST 2021


jhuber6 updated this revision to Diff 317994.
jhuber6 added a comment.

Changing the handling of `OMP_TGT_MAPTYPE_PTR_AND_OBJ` so it will not pass the same name for the base object. This doesn't pass in the correct name, simply makes it show up as `unknown` if queried.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D94806/new/

https://reviews.llvm.org/D94806

Files:
  clang/lib/CodeGen/CGOpenMPRuntime.cpp
  clang/test/OpenMP/declare_mapper_codegen.cpp
  clang/test/OpenMP/target_depend_codegen.cpp
  llvm/include/llvm/Frontend/OpenMP/OMPKinds.def
  llvm/test/Transforms/OpenMP/add_attributes.ll
  openmp/libomptarget/src/interface.cpp
  openmp/libomptarget/src/omptarget.cpp
  openmp/libomptarget/src/private.h
  openmp/libomptarget/test/mapping/declare_mapper_api.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94806.317994.patch
Type: text/x-patch
Size: 37566 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210120/e33ae0e5/attachment.bin>


More information about the llvm-commits mailing list