From 47f032e6955e5beb3f1fce8dbe1a509f86b26033 Mon Sep 17 00:00:00 2001 From: google-llvm-bazel-bot Date: Wed, 25 Mar 2026 14:02:10 -0700 Subject: [PATCH] [Bazel] Fixes 2c24f02 (#188603) This fixes 2c24f0292496332cd8ff0fa736b128890e039411. --- utils/bazel/llvm-project-overlay/libc/BUILD.bazel | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils/bazel/llvm-project-overlay/libc/BUILD.bazel b/utils/bazel/llvm-project-overlay/libc/BUILD.bazel index fa435eefaaed..7358d97636a1 100644 --- a/utils/bazel/llvm-project-overlay/libc/BUILD.bazel +++ b/utils/bazel/llvm-project-overlay/libc/BUILD.bazel @@ -2707,6 +2707,7 @@ libc_support_library( name = "__support_math_acoshf", hdrs = ["src/__support/math/acoshf.h"], deps = [ + ":__support_fputil_except_value_utils", ":__support_fputil_fenv_impl", ":__support_fputil_fp_bits", ":__support_fputil_multiply_add", @@ -4960,6 +4961,7 @@ libc_support_library( ":__support_macros_optimization", ":__support_macros_properties_cpu_features", ":__support_math_acosh_float_constants", + ":__support_math_acoshf_utils", ":__support_math_common_constants", ], )