Skip to content

Commit 4d478bc

Browse files
author
Dmitry Chernenkov
committed
[bazel] Add support_uint dep in libc unittest
1 parent 2353321 commit 4d478bc

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
@@ -126,5 +126,6 @@ libc_support_library(
126126
deps = [
127127
"//libc:__support_cpp_string",
128128
"//libc:__support_cpp_type_traits",
129+
"//libc:__support_uint",
129130
],
130131
)

0 commit comments

Comments
 (0)