[OpenMP] Fix KeepAlive usage
authorJoseph Huber <jhuber6@vols.utk.edu>
Wed, 22 Sep 2021 18:37:33 +0000 (14:37 -0400)
committerJoseph Huber <jhuber6@vols.utk.edu>
Wed, 22 Sep 2021 18:38:19 +0000 (14:38 -0400)
commit60a40cf37904f6496ad038be5f494e3c37a7d1bb
tree2b28c368a3bc898459dbacbb3e802565c06e2f53
parent38c09ea2d279eddddabe3602e2002f8cdfcc5380
[OpenMP] Fix KeepAlive usage

Summary:
Functions were called the wrong way around, this didn't keep the symbol
alive.
openmp/libomptarget/DeviceRTL/include/Utils.h
openmp/libomptarget/DeviceRTL/src/Mapping.cpp
openmp/libomptarget/DeviceRTL/src/Utils.cpp