This is an archive of the discontinued LLVM Phabricator instance.

tsan: move memory access functions to a separate file
ClosedPublic

Authored by dvyukov on Oct 27 2021, 7:05 AM.

Details

Summary

tsan_rtl.cpp is huge and does lots of things.
Move everything related to memory access and tracing
to a separate tsan_rtl_access.cpp file.
No functional changes, only code movement.

Diff Detail

Event Timeline

dvyukov created this revision.Oct 27 2021, 7:05 AM
dvyukov requested review of this revision.Oct 27 2021, 7:05 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 27 2021, 7:05 AM
Herald added a subscriber: Restricted Project. · View Herald Transcript
vitalybuka accepted this revision.Oct 27 2021, 1:46 PM
This revision is now accepted and ready to land.Oct 27 2021, 1:46 PM
melver accepted this revision.Oct 28 2021, 1:39 AM
This revision was landed with ongoing or failed builds.Oct 28 2021, 4:31 AM
This revision was automatically updated to reflect the committed changes.