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(
150
150
hdrs = ["hdr/stdio_macros.h" ],
151
151
)
152
152
153
-
154
153
libc_support_library (
155
154
name = "hdr_limits_macros" ,
156
155
hdrs = ["hdr/limits_macros.h" ],
@@ -687,6 +686,7 @@ libc_support_library(
687
686
":__support_fputil_dyadic_float" ,
688
687
":__support_fputil_fenv_impl" ,
689
688
":__support_fputil_fp_bits" ,
689
+ ":__support_fputil_rounding_mode" ,
690
690
":__support_macros_optimization" ,
691
691
":__support_uint128" ,
692
692
],
@@ -2731,7 +2731,6 @@ libc_math_function(name = "ufromfpxl")
2731
2731
2732
2732
libc_math_function (name = "ufromfpxf128" )
2733
2733
2734
-
2735
2734
############################## inttypes targets ##############################
2736
2735
2737
2736
libc_function (
You can’t perform that action at this time.
0 commit comments