Skip to content

Commit 676d3ba

Browse files
committed
[bazel][libc] Add missing dep after b854a23
1 parent e59632b commit 676d3ba

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -786,7 +786,7 @@ libc_support_library(
786786
":errno",
787787
":hdr_fenv_macros",
788788
":hdr_math_macros",
789-
":types_fenv_t"
789+
":types_fenv_t",
790790
],
791791
)
792792

@@ -1152,6 +1152,7 @@ libc_function(
11521152
deps = [
11531153
":__support_common",
11541154
":__support_fputil_fenv_impl",
1155+
":types_fexcept_t",
11551156
],
11561157
)
11571158

@@ -1272,7 +1273,7 @@ libc_function(
12721273
deps = [
12731274
":__support_common",
12741275
":__support_fputil_fenv_impl",
1275-
":types_fexcept_t"
1276+
":types_fexcept_t",
12761277
],
12771278
)
12781279

@@ -1283,7 +1284,7 @@ libc_function(
12831284
deps = [
12841285
":__support_common",
12851286
":__support_fputil_fenv_impl",
1286-
":types_fexcept_t",
1287+
":types_fexcept_t",
12871288
],
12881289
)
12891290

0 commit comments

Comments
 (0)