This is an archive of the discontinued LLVM Phabricator instance.

tsan: pass thr/pc to MemoryResetRange
ClosedPublic

Authored by dvyukov on Aug 5 2021, 5:44 AM.

Details

Summary

Pass thr/pc args to MemoryResetRange as we do everywhere.
Currently they are unused by MemoryResetRange,
but there is no reason to be inconsistent.

Depends on D107562.

Diff Detail

Event Timeline

dvyukov requested review of this revision.Aug 5 2021, 5:44 AM
dvyukov created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptAug 5 2021, 5:44 AM
Herald added a subscriber: Restricted Project. · View Herald Transcript
melver accepted this revision.Aug 5 2021, 6:55 AM
This revision is now accepted and ready to land.Aug 5 2021, 6:55 AM
This revision was landed with ongoing or failed builds.Aug 5 2021, 7:57 AM
This revision was automatically updated to reflect the committed changes.