llvm-project/openmp/libomptarget/test
Jennifer Yu 2ca27206f9 [OpenMP] Fix segmentation fault when data field is used in is_device_pt
Currently, the field just emit map info for this pointer variable. It is
failed at run time. For the fields, the PartialStruct is created and it
needs call to emitCombinedEntry which create the base that covers all
the pieces.

The change is to generate map info as regular fields.

Differential Revision: https://reviews.llvm.org/D129608
2022-08-12 17:10:26 -07:00
..
api [OpenMP] Implementing omp_get_device_num() 2022-06-29 02:18:21 -05:00
env [Libomptarget] Add missing include to define `printf` 2022-06-08 09:56:51 -04:00
mapping [OpenMP] Fix segmentation fault when data field is used in is_device_pt 2022-08-12 17:10:26 -07:00
offloading [OpenMP] Fix the test case issue that printf cannot be used in target region for AMDGPU 2022-08-04 14:48:48 -04:00
unified_shared_memory [Libomptarget] Add test config for compiling in LTO-mode 2022-06-14 10:16:03 -04:00
CMakeLists.txt [OpenMP][CMake] Fix an issue when there is space in the argument LIBOMPTARGET_LIT_ARGS 2021-07-18 21:54:14 -04:00
lit.cfg [OpenMP][DeviceRTL] Fix the issue that multiple calls to `omp_get_wtime` is optimized out by mistake 2022-07-22 13:46:45 -04:00
lit.site.cfg.in [Libomptarget] Make libomptarget an LLVM library 2022-07-20 15:58:06 -04:00