Skip to content

Commit 4f15deb

Browse files
[bazel] Reformat libc build
Buildifier flags some issues, so run it over everything and have it automatically reformat the files.
1 parent 1761b80 commit 4f15deb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2332,9 +2332,9 @@ libc_support_library(
23322332
hdrs = ["src/__support/math/cbrtf.h"],
23332333
deps = [
23342334
":__support_fputil_double_double",
2335-
":__support_fputil_polyeval",
2336-
":__support_fputil_fenv_impl",
23372335
":__support_fputil_dyadic_float",
2336+
":__support_fputil_fenv_impl",
2337+
":__support_fputil_polyeval",
23382338
":__support_integer_literals",
23392339
],
23402340
)
@@ -2343,8 +2343,8 @@ libc_support_library(
23432343
name = "__support_math_cos",
23442344
hdrs = ["src/__support/math/cos.h"],
23452345
deps = [
2346-
":__support_fputil_multiply_add",
23472346
":__support_fputil_except_value_utils",
2347+
":__support_fputil_multiply_add",
23482348
":__support_macros_optimization",
23492349
":__support_macros_properties_cpu_features",
23502350
":__support_range_reduction_double",
@@ -2368,10 +2368,10 @@ libc_support_library(
23682368
name = "__support_math_cosf16",
23692369
hdrs = ["src/__support/math/cosf16.h"],
23702370
deps = [
2371-
":__support_fputil_multiply_add",
2372-
":__support_fputil_fenv_impl",
23732371
":__support_fputil_cast",
23742372
":__support_fputil_except_value_utils",
2373+
":__support_fputil_fenv_impl",
2374+
":__support_fputil_multiply_add",
23752375
":__support_macros_optimization",
23762376
":__support_math_sincosf16_utils",
23772377
":errno",
@@ -2718,8 +2718,8 @@ libc_support_library(
27182718
name = "__support_math_sinhfcoshf_utils",
27192719
hdrs = ["src/__support/math/sinhfcoshf_utils.h"],
27202720
deps = [
2721-
":__support_math_exp10f_utils",
27222721
":__support_fputil_multiply_add",
2722+
":__support_math_exp10f_utils",
27232723
],
27242724
)
27252725

0 commit comments

Comments
 (0)