Skip to content

Commit 11ba327

Browse files
committed
[bazel][libc] Add missing UInt.h -> CPP/bit.h dep
1 parent 13e2200 commit 11ba327

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,7 @@ libc_support_library(
451451
hdrs = ["src/__support/UInt.h"],
452452
deps = [
453453
":__support_cpp_array",
454+
":__support_cpp_bit",
454455
":__support_cpp_limits",
455456
":__support_cpp_optional",
456457
":__support_cpp_type_traits",

0 commit comments

Comments
 (0)