Skip to content

Commit 5a50e4e

Browse files
slackitoyuxuanchen1997
authored andcommitted
[bazel] Add missing dependency after 74a1ca5
Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags: Differential Revision: https://phabricator.intern.facebook.com/D60250763
1 parent e0979ec commit 5a50e4e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -675,6 +675,7 @@ libc_support_library(
675675
deps = [
676676
":__support_common",
677677
":__support_cpp_type_traits",
678+
":__support_fputil_dyadic_float",
678679
":__support_fputil_fenv_impl",
679680
":__support_fputil_fp_bits",
680681
":__support_macros_optimization",
@@ -1089,7 +1090,7 @@ libc_support_library(
10891090
":__support_macros_optimization",
10901091
":__support_osutil_syscall",
10911092
":types_pid_t",
1092-
]
1093+
],
10931094
)
10941095

10951096
libc_support_library(

0 commit comments

Comments
 (0)