This is an archive of the discontinued LLVM Phabricator instance.

[compiler-rt] Use empty SuspendedThreadsList for Fuchsia
ClosedPublic

Authored by phosek on Nov 3 2020, 10:43 AM.

Details

Summary

d48f2d7 made destructor of SuspendedThreadsList protected, so we need
an empty subclass to pass to the callback now.

Diff Detail

Event Timeline

phosek created this revision.Nov 3 2020, 10:43 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 3 2020, 10:43 AM
Herald added subscribers: Restricted Project, dberris. · View Herald Transcript
phosek updated this revision to Diff 302626.Nov 3 2020, 10:52 AM
vitalybuka accepted this revision.Nov 3 2020, 11:29 AM

Sorry for that.
Does fuchsia has any build bots? Would be nice to get automatic email about such breaks.

This revision is now accepted and ready to land.Nov 3 2020, 11:29 AM
This revision was automatically updated to reflect the committed changes.

5 seconds? Is this a script? :)

Sorry for that.
Does fuchsia has any build bots? Would be nice to get automatic email about such breaks.

We had one but it seems to have gone silent during the buildbot update. Definitely need to restart it for occasions like these.