This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Extract std::fprintf into a function for use within the test suite
ClosedPublic

Authored by ldionne on Mar 6 2023, 11:07 AM.

Details

Summary

This provides a single place for downstream to customize (or turn off)
printing information to stderr within the test suite.

Diff Detail

Event Timeline

ldionne created this revision.Mar 6 2023, 11:07 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 6 2023, 11:07 AM
ldionne requested review of this revision.Mar 6 2023, 11:07 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 6 2023, 11:07 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne accepted this revision.Mar 7 2023, 6:07 AM
This revision is now accepted and ready to land.Mar 7 2023, 6:07 AM