[bazel] Add libc dependency.

This commit is contained in:
Alina Sbirlea 2022-02-16 16:28:05 -08:00
parent 69297cf639
commit 21aaa1fb22
1 changed files with 6 additions and 1 deletions

View File

@ -400,7 +400,12 @@ libc_math_function(name = "frexpl")
libc_math_function(name = "hypot")
libc_math_function(name = "hypotf")
libc_math_function(
name = "hypotf",
additional_deps = [
":__support_fputil_sqrt",
],
)
libc_math_function(name = "logb")