aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSterling Augustine <saugustine@google.com>2024-03-13 02:51:09 +0000
committerSterling Augustine <saugustine@google.com>2024-03-13 02:54:25 +0000
commita62222f5f0bf30a5437255521df62750060a4bf4 (patch)
treed88fc45e6c9d4b000b19c0cee88f7e7eaa5d4b3b
parent34cf6847752a3aad68eaa889ab6e0073a38fc2db (diff)
downloadllvm-a62222f5f0bf30a5437255521df62750060a4bf4.zip
llvm-a62222f5f0bf30a5437255521df62750060a4bf4.tar.gz
llvm-a62222f5f0bf30a5437255521df62750060a4bf4.tar.bz2
Update BUILD.bazel for 0ebf511ad011a83022edb171e044c98d9d16b1fa
-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 5f6c43c..073353a 100644
--- a/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
@@ -595,6 +595,7 @@ libc_support_library(
name = "__support_math_extras",
hdrs = ["src/__support/math_extras.h"],
deps = [
+ ":__support_cpp_bit",
":__support_cpp_limits",
":__support_cpp_type_traits",
":__support_macros_attributes",