[Bazel] Fixes 2c24f02 (#188603)

This fixes 2c24f0292496332cd8ff0fa736b128890e039411.
This commit is contained in:
google-llvm-bazel-bot 2026-03-25 14:02:10 -07:00 committed by GitHub
parent 0129ecf022
commit 47f032e695
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",
],
)