[all-commits] [llvm/llvm-project] dbe689: [libc++] Extract std::fprintf into a function for ...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Tue Mar 7 06:07:37 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dbe6894ac634b96b4156c6becd0825be6e9639ab
https://github.com/llvm/llvm-project/commit/dbe6894ac634b96b4156c6becd0825be6e9639ab
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2023-03-07 (Tue, 07 Mar 2023)
Changed paths:
M libcxx/test/support/assert_macros.h
M libcxx/test/support/concat_macros.h
Log Message:
-----------
[libc++] Extract std::fprintf into a function for use within the test suite
This provides a single place for downstream to customize (or turn off)
printing information to stderr within the test suite.
Differential Revision: https://reviews.llvm.org/D145405
More information about the All-commits
mailing list