This is an archive of the discontinued LLVM Phabricator instance.

tsan: uninline RacyStacks::operator==
ClosedPublic

Authored by dvyukov on Sep 25 2021, 2:58 AM.

Details

Summary

It's only used during race reporting.
There is no point in polluting the main header file with it.

Diff Detail

Event Timeline

dvyukov requested review of this revision.Sep 25 2021, 2:58 AM
dvyukov created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptSep 25 2021, 2:58 AM
Herald added a subscriber: Restricted Project. · View Herald Transcript
xgupta accepted this revision.Sep 25 2021, 3:04 AM
xgupta added a subscriber: xgupta.

LGTM, Thanks!

(I accepted it as seems an NFC or cleanup patch).

This revision is now accepted and ready to land.Sep 25 2021, 3:04 AM

Thanks, Shivam.

This revision was landed with ongoing or failed builds.Sep 25 2021, 3:08 AM
This revision was automatically updated to reflect the committed changes.