This is an archive of the discontinued LLVM Phabricator instance.

tsan: add test for __cxa_atexit
ClosedPublic

Authored by dvyukov on Nov 25 2021, 10:49 AM.

Details

Summary

Add a test for a common C++ bug when a global object is destroyed
while background threads still use it.

Depends on D114604.

Diff Detail

Event Timeline

dvyukov requested review of this revision.Nov 25 2021, 10:49 AM
dvyukov created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptNov 25 2021, 10:49 AM
Herald added a subscriber: Restricted Project. · View Herald Transcript
melver accepted this revision.Nov 25 2021, 10:55 AM
This revision is now accepted and ready to land.Nov 25 2021, 10:55 AM
vitalybuka accepted this revision.Nov 25 2021, 11:36 AM
This revision was landed with ongoing or failed builds.Nov 25 2021, 11:00 PM
This revision was automatically updated to reflect the committed changes.