This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP][FIX] Remove AssertingVHs that outlive their values
ClosedPublic

Authored by jdoerfert on Dec 7 2022, 5:46 PM.

Details

Summary

The map with AssertingVHs has been moved into the OpenMPIRBuilder which extended their lifetime.
On NVIDIA this will cause an assertion. This simply removes the AssertingVH wrapper.

Diff Detail

Event Timeline

jdoerfert created this revision.Dec 7 2022, 5:46 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 7 2022, 5:46 PM
jdoerfert requested review of this revision.Dec 7 2022, 5:46 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 7 2022, 5:46 PM
jhuber6 accepted this revision.Dec 7 2022, 6:15 PM
This revision is now accepted and ready to land.Dec 7 2022, 6:15 PM