forked from OSchip/llvm-project
[bazel] Add libc dependency.
This commit is contained in:
parent
69297cf639
commit
21aaa1fb22
|
@ -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")
|
||||
|
||||
|
|
Loading…
Reference in New Issue