aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorGuillaume Chatelet <gchatelet@google.com>2023-11-30 13:34:55 +0100
committerGitHub <noreply@github.com>2023-11-30 13:34:55 +0100
commit8b25381bb6221dcfd2295aa2fd819f5b97704ca1 (patch)
treef019c1f290f1b9d393be4c3550c8b5e166e29740 /utils
parentb9b37ea9493b5c1cadaf9cc8547a4525a6ab3854 (diff)
downloadllvm-8b25381bb6221dcfd2295aa2fd819f5b97704ca1.zip
llvm-8b25381bb6221dcfd2295aa2fd819f5b97704ca1.tar.gz
llvm-8b25381bb6221dcfd2295aa2fd819f5b97704ca1.tar.bz2
[libc] Add the digits property to numeric_limits (#73926)
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 860efbc..2a88ad8 100644
--- a/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
@@ -206,6 +206,7 @@ libc_support_library(
name = "__support_cpp_limits",
hdrs = ["src/__support/CPP/limits.h"],
deps = [
+ "__support_cpp_type_traits",
"__support_macros_attributes",
],
)