Skip to content

Commit d044732

Browse files
committed
[bazel] Port a205a85
1 parent a5b63b5 commit d044732

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

utils/bazel/llvm-project-overlay/libc/BUILD.bazel

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2174,7 +2174,12 @@ libc_math_function(
21742174
],
21752175
)
21762176

2177-
libc_math_function(name = "fmul")
2177+
libc_math_function(
2178+
name = "fmul",
2179+
additional_deps = [
2180+
":__support_fputil_double_double",
2181+
],
2182+
)
21782183

21792184
libc_math_function(name = "fmull")
21802185

0 commit comments

Comments
 (0)