[libc-commits] [libc] [libc][stdio] Use proxy headers of stdio.h in src and test folders. (PR #110067)
via libc-commits
libc-commits at lists.llvm.org
Thu Sep 26 19:13:03 PDT 2024
================
@@ -17,17 +17,6 @@
// TODO: Add a comment here explaining the printf format string.
-// #include <stdio.h>
-// namespace LIBC_NAMESPACE_DECL {
-// using ::sprintf;
-// }
-
-class LlvmLibcSPrintfTest : public LIBC_NAMESPACE::testing::Test {
----------------
lntue wrote:
It is needed to fix a race condition due to multiple tests below accessing to the same buffer, that somehow become very consistent with the new proxy headers when I test locally.
https://github.com/llvm/llvm-project/pull/110067
More information about the libc-commits
mailing list