Skip to content

Commit 02ab435

Browse files
authored
[bazel][libc][NFC] Add missing dep for standalone compile (#107957)
One more after 2773719
1 parent dce5039 commit 02ab435

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ libc_support_library(
150150
hdrs = ["hdr/stdio_macros.h"],
151151
)
152152

153-
154153
libc_support_library(
155154
name = "hdr_limits_macros",
156155
hdrs = ["hdr/limits_macros.h"],
@@ -687,6 +686,7 @@ libc_support_library(
687686
":__support_fputil_dyadic_float",
688687
":__support_fputil_fenv_impl",
689688
":__support_fputil_fp_bits",
689+
":__support_fputil_rounding_mode",
690690
":__support_macros_optimization",
691691
":__support_uint128",
692692
],
@@ -2731,7 +2731,6 @@ libc_math_function(name = "ufromfpxl")
27312731

27322732
libc_math_function(name = "ufromfpxf128")
27332733

2734-
27352734
############################## inttypes targets ##############################
27362735

27372736
libc_function(

0 commit comments

Comments
 (0)