From 94138405d38a767b7575f4876b6cdd15b73dacc9 Mon Sep 17 00:00:00 2001 From: basioli-k Date: Thu, 6 Nov 2025 10:19:16 +0000 Subject: [PATCH] Fix bazel build issue caused in #166517 one last target --- .../bazel/llvm-project-overlay/libc/test/src/stdio/BUILD.bazel | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils/bazel/llvm-project-overlay/libc/test/src/stdio/BUILD.bazel b/utils/bazel/llvm-project-overlay/libc/test/src/stdio/BUILD.bazel index cbc6d13ce45bd..e33199c054fb9 100644 --- a/utils/bazel/llvm-project-overlay/libc/test/src/stdio/BUILD.bazel +++ b/utils/bazel/llvm-project-overlay/libc/test/src/stdio/BUILD.bazel @@ -87,6 +87,8 @@ libc_test( name = "fprintf_test", srcs = ["fprintf_test.cpp"], deps = [ + "//libc:__support_cpp_limits", + "//libc:__support_macros_properties_architectures", "//libc:fprintf", ], )