This is an archive of the discontinued LLVM Phabricator instance.

tsan: fix debug format strings
ClosedPublic

Authored by dvyukov on Sep 21 2021, 1:00 AM.

Details

Summary

Some of the DPrintf's currently produce -Wformat warnings if enabled.
Fix these format strings.

Diff Detail

Event Timeline

dvyukov requested review of this revision.Sep 21 2021, 1:00 AM
dvyukov created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptSep 21 2021, 1:00 AM
Herald added a subscriber: Restricted Project. · View Herald Transcript
melver accepted this revision.Sep 21 2021, 2:12 AM
This revision is now accepted and ready to land.Sep 21 2021, 2:12 AM
This revision was automatically updated to reflect the committed changes.