Revert "[OpenMP] Implement TR8 `present` map type modifier in runtime (2/2)"
authorJoel E. Denny <jdenny.ornl@gmail.com>
Wed, 22 Jul 2020 15:22:08 +0000 (11:22 -0400)
committerJoel E. Denny <jdenny.ornl@gmail.com>
Wed, 22 Jul 2020 15:22:08 +0000 (11:22 -0400)
commitfc247c8f3c61c327f58ba361ab01ce72641bbdcb
tree73365a3e0ecd2f198ebbc0572215528f117d59c8
parent238bbd48c5a5f84deca36e5df980241578f7c1df
Revert "[OpenMP] Implement TR8 `present` map type modifier in runtime (2/2)"

This reverts commit 45b8f7ec35ef653bafdf48034857222517c17781.

It attempts to use debug macros `DPxMOD` and `DPxPTR` in release
builds.  Will fix and reapply later.
12 files changed:
openmp/libomptarget/include/omptarget.h
openmp/libomptarget/src/device.cpp
openmp/libomptarget/src/device.h
openmp/libomptarget/src/omptarget.cpp
openmp/libomptarget/src/private.h
openmp/libomptarget/test/mapping/present/target.c [deleted file]
openmp/libomptarget/test/mapping/present/target_data.c [deleted file]
openmp/libomptarget/test/mapping/present/target_enter_data.c [deleted file]
openmp/libomptarget/test/mapping/present/target_exit_data.c [deleted file]
openmp/libomptarget/test/mapping/present/unified_shared_memory.c [deleted file]
openmp/libomptarget/test/mapping/present/zero_length_array_section.c [deleted file]
openmp/libomptarget/test/mapping/present/zero_length_array_section_exit.c [deleted file]