This is an archive of the discontinued LLVM Phabricator instance.

tsan: remove unused ReportMutex::destroyed
ClosedPublic

Authored by dvyukov on Nov 16 2021, 3:44 AM.

Diff Detail

Event Timeline

dvyukov requested review of this revision.Nov 16 2021, 3:44 AM
dvyukov created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptNov 16 2021, 3:44 AM
Herald added a subscriber: Restricted Project. · View Herald Transcript
melver accepted this revision.Nov 16 2021, 7:18 AM
melver added inline comments.
compiler-rt/lib/tsan/rtl/tsan_report.cpp
226

It was used here, but you meant hat nothing set 'destroyed = true' ?

This revision is now accepted and ready to land.Nov 16 2021, 7:18 AM
dvyukov added inline comments.Nov 16 2021, 7:33 AM
compiler-rt/lib/tsan/rtl/tsan_report.cpp
226

yes

This revision was landed with ongoing or failed builds.Dec 21 2021, 2:37 AM
This revision was automatically updated to reflect the committed changes.