llvm-project/openmp/libomptarget/test/mapping
Joel E. Denny d2147b1a87 [OpenMP] Fix always,from and delete for data absent at exit
Without this patch, there's a runtime error for those map types at
exit from an "omp target data" or at "omp target exit data", but the
spec says the list item should be ignored.

This patch tests that fix in data_absent_at_exit.c, and it also
improves other testing for data that is not fully present at exit.

Reviewed By: grokos, RaviNarayanaswamy

Differential Revision: https://reviews.llvm.org/D96999
2021-02-19 11:09:26 -05:00
..
present [OpenMP] Fix always,from and delete for data absent at exit 2021-02-19 11:09:26 -05:00
alloc_fail.c [OpenMP] Always emit debug messages that indicate offloading failure 2020-08-26 19:30:41 -04:00
data_absent_at_exit.c [OpenMP] Fix always,from and delete for data absent at exit 2021-02-19 11:09:26 -05:00
declare_mapper_api.cpp [OpenMP] Add support for mapping names in mapper API 2021-01-21 09:26:44 -05:00
declare_mapper_nested_mappers.cpp [OPENMP50]Allow overlapping mapping in target constructs. 2021-02-16 14:42:08 -08:00
declare_mapper_target.cpp [OpenMP][Tests] Enable nvptx64 testing for most libomptarget tests 2020-07-28 11:08:24 +02:00
declare_mapper_target_data.cpp [OpenMP][Tests] Enable nvptx64 testing for most libomptarget tests 2020-07-28 11:08:24 +02:00
declare_mapper_target_data_enter_exit.cpp [OpenMP][Tests] Enable nvptx64 testing for most libomptarget tests 2020-07-28 11:08:24 +02:00
declare_mapper_target_update.cpp [OpenMP][Tests] Enable nvptx64 testing for most libomptarget tests 2020-07-28 11:08:24 +02:00
delete_inf_refcount.c [OpenMP][Tests] Enable nvptx64 testing for most libomptarget tests 2020-07-28 11:08:24 +02:00
lambda_mapping.cpp [LIBOMPTARGET]Do not try to optimize bases for the next parameters. 2020-08-28 15:46:31 -04:00
pr38704.c [OpenMP][Tests] Enable nvptx64 testing for most libomptarget tests 2020-07-28 11:08:24 +02:00
private_mapping.c [OpenMP] Fixed wrong test command in the test private_mapping.c 2020-08-28 12:19:46 -04:00
ptr_and_obj_motion.c [libomptarget] Fix copy-to motion for PTR_AND_OBJ entries where PTR is a struct member. 2020-10-16 16:14:01 -07:00
target_data_array_extension_at_exit.c [OpenMP] Fix always,from and delete for data absent at exit 2021-02-19 11:09:26 -05:00
target_implicit_partial_map.c [OpenMP] Fix ref count dec for implicit map of partial data 2020-08-06 11:39:29 -04:00
target_update_array_extension.c [OpenMP] Fix `omp target update` for array extension 2020-08-05 10:03:31 -04:00