This is an archive of the discontinued LLVM Phabricator instance.

Fixes for shared memory cleanup when aborts occur
ClosedPublic

Authored by terdner on Nov 6 2020, 2:15 PM.

Details

Summary

We found a few cases that didn't properly clean up shared memory for openmp RTL registration when aborts occurred. This patch fixes those cases.

Diff Detail

Event Timeline

terdner requested review of this revision.Nov 6 2020, 2:15 PM
terdner created this revision.
This revision is now accepted and ready to land.Nov 10 2020, 1:06 PM