File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
utils/bazel/llvm-project-overlay/libc Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,6 @@ libc_support_library(
150150 hdrs = ["hdr/stdio_macros.h" ],
151151)
152152
153-
154153libc_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
27322732libc_math_function (name = "ufromfpxf128" )
27332733
2734-
27352734############################## inttypes targets ##############################
27362735
27372736libc_function (
You can’t perform that action at this time.
0 commit comments