Skip to content

Commit a5b246b

Browse files
committed
Formatted BUILD.Bazel w/ buildifier
1 parent c17e1e0 commit a5b246b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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-
23152314
libc_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-
32723270
libc_math_function(
32733271
name = "acoshf16",
32743272
additional_deps = [

0 commit comments

Comments
 (0)