This is an archive of the discontinued LLVM Phabricator instance.

[libcxxabi] Fix printf formats in a test.
ClosedPublic

Authored by simon_tatham on Oct 16 2020, 5:57 AM.

Details

Reviewers
ldionne
miyuki
Group Reviewers
Restricted Project
Commits
rGbcb7b8770620: [libcxxabi] Fix printf formats in a test.
Summary

This is the libcxxabi counterpart of D89545, and would have been part
of that patch if I'd spotted it soon enough (oops). One test in
libcxxabi is using the %lu printf format to refer to size_t, which
should be %zu.

Diff Detail

Event Timeline

simon_tatham created this revision.Oct 16 2020, 5:57 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 16 2020, 5:57 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
simon_tatham requested review of this revision.Oct 16 2020, 5:57 AM
ldionne accepted this revision.Oct 16 2020, 5:58 AM
This revision is now accepted and ready to land.Oct 16 2020, 5:58 AM
This revision was automatically updated to reflect the committed changes.