This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Silence GCC warnings about format not being a string literal in LLDB_SCOPED_TIMER
ClosedPublic

Authored by mstorsjo on Mar 22 2021, 3:12 PM.

Details

Summary

Pass "%s" as the format string literal and LLVM_PRETTY_FUNCTION as
argument to it.

Diff Detail

Event Timeline

mstorsjo requested review of this revision.Mar 22 2021, 3:12 PM
mstorsjo created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptMar 22 2021, 3:12 PM
dblaikie accepted this revision.Mar 22 2021, 3:20 PM
dblaikie added a subscriber: dblaikie.

Looks right to me

This revision is now accepted and ready to land.Mar 22 2021, 3:20 PM
This revision was landed with ongoing or failed builds.Mar 23 2021, 5:12 AM
This revision was automatically updated to reflect the committed changes.