teak-llvm/openmp/libomptarget/test/mapping
George Rokos e244145ab0 [LIBOMPTARGET] Do not increment/decrement the refcount for "declare target" objects
The reference counter for global objects marked with declare target is INF. This patch prevents the runtime from incrementing /decrementing INF refcounts. Without it, the map(delete: global_object) directive actually deallocates the global on the device. With this patch, such a directive becomes a no-op.

Differential Revision: https://reviews.llvm.org/D72525
2020-01-14 16:30:38 -08:00
..
declare_mapper_api.cpp [OPENMP][OFFLOADING]Fix the test, NFC. 2019-08-06 18:13:39 +00:00
delete_inf_refcount.c [LIBOMPTARGET] Do not increment/decrement the refcount for "declare target" objects 2020-01-14 16:30:38 -08:00
pr38704.c