hanchenye-llvm-project/openmp/libomptarget/test
Alexey Bataev 63cef621f9 [LIBOMPTARGET]Fix PR44933: fix crash because of the too early deinitialization of libomptarget.
Summary:
Instead of using global variables with unpredicted time of
deinitialization, use dynamically allocated variables with functions
explicitly marked as global constructor/destructor and priority. This
allows to prevent the crash because of the incorrect order of dynamic
libraries deinitialization.

Reviewers: grokos, hfinkel

Subscribers: caomhin, kkwli0, openmp-commits

Tags: #openmp

Differential Revision: https://reviews.llvm.org/D74837
2020-02-25 15:54:37 -05:00
..
api [OpenMP][Offloading] Fix the issue that omp_get_num_devices returns wrong number of devices, by Shiley Tian. 2020-01-21 13:25:18 -05:00
env
mapping [LIBOMPTARGET] Do not increment/decrement the refcount for "declare target" objects 2020-01-14 16:30:38 -08:00
offloading [LIBOMPTARGET]Fix PR44933: fix crash because of the too early deinitialization of libomptarget. 2020-02-25 15:54:37 -05:00
unified_shared_memory [OpenMP][libomptarget] Add support for close map modifier 2019-08-09 21:32:57 +00:00
CMakeLists.txt [OpenMP] build offload plugins before testing them 2019-11-28 17:43:56 -05:00
lit.cfg
lit.site.cfg.in