Skip to content

Commit 52a6492

Browse files
committed
[bazel] Add missing errno deps one more time
1 parent a89df72 commit 52a6492

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

utils/bazel/llvm-project-overlay/libc/test/UnitTest/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ libc_test_library(
8181
],
8282
deps = [
8383
":LibcUnitTest",
84+
"//libc:__support_libc_errno",
8485
"//libc:__support_macros_config",
8586
"//libc:errno",
8687
],

utils/bazel/llvm-project-overlay/libc/test/src/stdlib/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ libc_test_library(
204204
"//libc:__support_cpp_limits",
205205
"//libc:__support_cpp_type_traits",
206206
"//libc:__support_ctype_utils",
207+
"//libc:__support_libc_errno",
207208
"//libc:__support_macros_properties_architectures",
208209
"//libc:errno",
209210
"//libc/test/UnitTest:LibcUnitTest",

0 commit comments

Comments
 (0)