File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
utils/bazel/llvm-project-overlay/libc Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -2303,15 +2303,14 @@ libc_support_library(
23032303 ":__support_fputil_cast" ,
23042304 ":__support_fputil_fenv_impl" ,
23052305 ":__support_fputil_fp_bits" ,
2306+ ":__support_fputil_manipulation_functions" ,
23062307 ":__support_fputil_multiply_add" ,
23072308 ":__support_fputil_polyeval" ,
2308- ":__support_fputil_manipulation_functions" ,
23092309 ":__support_macros_optimization" ,
23102310 ":__support_macros_properties_types" ,
23112311 ],
23122312)
23132313
2314-
23152314libc_support_library (
23162315 name = "__support_math_asin_utils" ,
23172316 hdrs = ["src/__support/math/asin_utils.h" ],
@@ -3268,7 +3267,6 @@ libc_math_function(
32683267 ],
32693268)
32703269
3271-
32723270libc_math_function (
32733271 name = "acoshf16" ,
32743272 additional_deps = [
You can’t perform that action at this time.
0 commit comments