Skip to content

Commit 423862f

Browse files
committed
[bazel][libc] Add missing dep after 1e6e845
1 parent 540d7dd commit 423862f

File tree

1 file changed

+1
-0
lines changed
  • utils/bazel/llvm-project-overlay/libc/test/UnitTest

1 file changed

+1
-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
@@ -49,6 +49,7 @@ libc_support_library(
4949
"//libc:__support_c_string",
5050
"//libc:__support_cpp_bit",
5151
"//libc:__support_cpp_bitset",
52+
"//libc:__support_cpp_limits",
5253
"//libc:__support_cpp_span",
5354
"//libc:__support_cpp_string",
5455
"//libc:__support_cpp_string_view",

0 commit comments

Comments
 (0)