[go: nahoru, domu]

Skip to content

Commit

Permalink
[bazel][libc] Add missing dep after b854a23
Browse files Browse the repository at this point in the history
  • Loading branch information
slackito committed Apr 17, 2024
1 parent e59632b commit 676d3ba
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions utils/bazel/llvm-project-overlay/libc/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,7 @@ libc_support_library(
":errno",
":hdr_fenv_macros",
":hdr_math_macros",
":types_fenv_t"
":types_fenv_t",
],
)

Expand Down Expand Up @@ -1152,6 +1152,7 @@ libc_function(
deps = [
":__support_common",
":__support_fputil_fenv_impl",
":types_fexcept_t",
],
)

Expand Down Expand Up @@ -1272,7 +1273,7 @@ libc_function(
deps = [
":__support_common",
":__support_fputil_fenv_impl",
":types_fexcept_t"
":types_fexcept_t",
],
)

Expand All @@ -1283,7 +1284,7 @@ libc_function(
deps = [
":__support_common",
":__support_fputil_fenv_impl",
":types_fexcept_t",
":types_fexcept_t",
],
)

Expand Down

0 comments on commit 676d3ba

Please sign in to comment.