This is an archive of the discontinued LLVM Phabricator instance.

tsan: clean up and enable format string checking
ClosedPublic

Authored by dvyukov on Aug 12 2021, 11:19 AM.

Diff Detail

Unit TestsFailed

Event Timeline

dvyukov created this revision.Aug 12 2021, 11:19 AM
dvyukov requested review of this revision.Aug 12 2021, 11:19 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 12 2021, 11:19 AM
Herald added a subscriber: Restricted Project. · View Herald Transcript
vitalybuka accepted this revision.Aug 12 2021, 1:00 PM
vitalybuka added inline comments.
compiler-rt/lib/tsan/rtl/tsan_rtl.cpp
89

it looks like range, so maybe[0x%zx-0x%zx) or [%p-%p)

This revision is now accepted and ready to land.Aug 12 2021, 1:00 PM
dvyukov updated this revision to Diff 366192.Aug 12 2021, 10:49 PM

updated format string as suggested

dvyukov marked an inline comment as done.Aug 12 2021, 10:49 PM
This revision was landed with ongoing or failed builds.Aug 13 2021, 4:45 AM
This revision was automatically updated to reflect the committed changes.