[Openmp-commits] [PATCH] D106510: [OpenMP][OpenACC] Implement `ompx_hold` map type modifier extension in runtime (2/2)

Joel E. Denny via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu Jul 22 17:12:44 PDT 2021


jdenny updated this revision to Diff 361034.
jdenny retitled this revision from "[OpenMP][OpenACC] Implement `hold` map type modifier extension in runtime (2/2)" to "[OpenMP][OpenACC] Implement `ompx_hold` map type modifier extension in runtime (2/2)".
jdenny edited the summary of this revision.
jdenny added a comment.

Updated for changes in D106509 <https://reviews.llvm.org/D106509>:

- Renamed `hold` to `ompx_hold`.
- Added `-fopenmp-extensions` to tests.  Without it, Clang doesn't recognize `ompx_hold`.


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

https://reviews.llvm.org/D106510

Files:
  openmp/libomptarget/include/omptarget.h
  openmp/libomptarget/src/api.cpp
  openmp/libomptarget/src/device.cpp
  openmp/libomptarget/src/device.h
  openmp/libomptarget/src/omptarget.cpp
  openmp/libomptarget/src/private.h
  openmp/libomptarget/test/mapping/ompx_hold/omp_target_disassociate_ptr.c
  openmp/libomptarget/test/mapping/ompx_hold/struct.c
  openmp/libomptarget/test/mapping/ompx_hold/target-data.c
  openmp/libomptarget/test/mapping/ompx_hold/target.c
  openmp/libomptarget/test/offloading/info.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106510.361034.patch
Type: text/x-patch
Size: 57705 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20210723/0b5649cf/attachment-0001.bin>


More information about the Openmp-commits mailing list