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", ], )