aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorJordan Rupprecht <rupprecht@google.com>2023-12-05 14:26:00 -0800
committerJordan Rupprecht <rupprecht@google.com>2023-12-05 14:26:00 -0800
commit11ba327e69531255eae550d4de1eb07cd8c1ad39 (patch)
tree2468fa7c864db1f1390a39cbfc419f95f26b54fd /utils
parent13e2200fa426faffb62bdaf8b2f1f5699eee1511 (diff)
downloadllvm-11ba327e69531255eae550d4de1eb07cd8c1ad39.zip
llvm-11ba327e69531255eae550d4de1eb07cd8c1ad39.tar.gz
llvm-11ba327e69531255eae550d4de1eb07cd8c1ad39.tar.bz2
[bazel][libc] Add missing UInt.h -> CPP/bit.h dep
Diffstat (limited to 'utils')
-rw-r--r--utils/bazel/llvm-project-overlay/libc/BUILD.bazel1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/bazel/llvm-project-overlay/libc/BUILD.bazel b/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
index 24f0371..95d6f9d 100644
--- a/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
@@ -451,6 +451,7 @@ libc_support_library(
hdrs = ["src/__support/UInt.h"],
deps = [
":__support_cpp_array",
+ ":__support_cpp_bit",
":__support_cpp_limits",
":__support_cpp_optional",
":__support_cpp_type_traits",