From f6f16b5f541773bb074dd042746456deff169de2 Mon Sep 17 00:00:00 2001 From: Augie Fackler Date: Tue, 3 Dec 2024 20:54:58 -0500 Subject: [PATCH] [bazel] update for a0c4f854cad2b97e44a1b58dc1fd982e1c4d60f3 --- .../bazel/llvm-project-overlay/libc/test/src/stdlib/BUILD.bazel | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/bazel/llvm-project-overlay/libc/test/src/stdlib/BUILD.bazel b/utils/bazel/llvm-project-overlay/libc/test/src/stdlib/BUILD.bazel index 53b400ac0d5934..e4b4b075705e8a 100644 --- a/utils/bazel/llvm-project-overlay/libc/test/src/stdlib/BUILD.bazel +++ b/utils/bazel/llvm-project-overlay/libc/test/src/stdlib/BUILD.bazel @@ -161,6 +161,7 @@ libc_support_library( deps = [ "//libc:__support_cpp_limits", "//libc:__support_cpp_type_traits", + "//libc:__support_ctype_utils", "//libc:__support_macros_properties_architectures", "//libc:errno.__internal__", "//libc/test/UnitTest:LibcUnitTest",