Skip to content

Commit

Permalink
[bazel] Add missing dependency after 74a1ca5
Browse files Browse the repository at this point in the history
  • Loading branch information
slackito committed Jul 24, 2024
1 parent 7b51777 commit 393a957
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion utils/bazel/llvm-project-overlay/libc/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -675,6 +675,7 @@ libc_support_library(
deps = [
":__support_common",
":__support_cpp_type_traits",
":__support_fputil_dyadic_float",
":__support_fputil_fenv_impl",
":__support_fputil_fp_bits",
":__support_macros_optimization",
Expand Down Expand Up @@ -1089,7 +1090,7 @@ libc_support_library(
":__support_macros_optimization",
":__support_osutil_syscall",
":types_pid_t",
]
],
)

libc_support_library(
Expand Down

0 comments on commit 393a957

Please sign in to comment.