diff --git a/utils/bazel/llvm-project-overlay/libc/test/UnitTest/BUILD.bazel b/utils/bazel/llvm-project-overlay/libc/test/UnitTest/BUILD.bazel index 2354337da2dc..2c5ad7d27ce8 100644 --- a/utils/bazel/llvm-project-overlay/libc/test/UnitTest/BUILD.bazel +++ b/utils/bazel/llvm-project-overlay/libc/test/UnitTest/BUILD.bazel @@ -81,6 +81,7 @@ libc_test_library( ], deps = [ ":LibcUnitTest", + "//libc:__support_libc_errno", "//libc:__support_macros_config", "//libc:errno", ], 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 610978059d7e..4f66793d44df 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 @@ -204,6 +204,7 @@ libc_test_library( "//libc:__support_cpp_limits", "//libc:__support_cpp_type_traits", "//libc:__support_ctype_utils", + "//libc:__support_libc_errno", "//libc:__support_macros_properties_architectures", "//libc:errno", "//libc/test/UnitTest:LibcUnitTest",