Skip to content

Commit d451721

Browse files
committed
[bazel] Add missing deps for libc's exp2f_impl and exp10f_impl targets.
1 parent ccb7772 commit d451721

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1191,6 +1191,7 @@ libc_support_library(
11911191
name = "exp10f_impl",
11921192
hdrs = ["src/math/generic/exp10f_impl.h"],
11931193
deps = [
1194+
":__support_fputil_basic_operations",
11941195
":__support_fputil_fma",
11951196
":__support_fputil_multiply_add",
11961197
":__support_fputil_nearest_integer",
@@ -1206,6 +1207,7 @@ libc_support_library(
12061207
name = "exp2f_impl",
12071208
hdrs = ["src/math/generic/exp2f_impl.h"],
12081209
deps = [
1210+
":__support_fputil_except_value_utils",
12091211
":__support_fputil_fma",
12101212
":__support_fputil_multiply_add",
12111213
":__support_fputil_nearest_integer",

0 commit comments

Comments
 (0)