[Openmp-commits] [openmp] [Libomptarget] Remove handling of old ctor / dtor entries (PR #80153)
Joseph Huber via Openmp-commits
openmp-commits at lists.llvm.org
Wed Jan 31 08:21:07 PST 2024
================
@@ -66,7 +66,7 @@ int HostDataToTargetTy::addEventIfNecessary(DeviceTy &Device,
DeviceTy::DeviceTy(PluginAdaptorTy *RTL, int32_t DeviceID, int32_t RTLDeviceID)
: DeviceID(DeviceID), RTL(RTL), RTLDeviceID(RTLDeviceID),
- PendingCtorsDtors(), PendingGlobalsMtx(), MappingInfo(*this) {}
+ MappingInfo(*this) {}
----------------
jhuber6 wrote:
It's just deleting the previous globals, don't think so.
https://github.com/llvm/llvm-project/pull/80153
More information about the Openmp-commits
mailing list