Skip to content

Commit b320f74

Browse files
committed
format bazel build file
1 parent 6a6429e commit b320f74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2382,13 +2382,13 @@ libc_support_library(
23822382
name = "__support_math_coshf16",
23832383
hdrs = ["src/__support/math/coshf16.h"],
23842384
deps = [
2385-
":__support_math_expxf16_utils",
2385+
":__support_fputil_except_value_utils",
23862386
":__support_fputil_fenv_impl",
23872387
":__support_fputil_fp_bits",
2388-
":__support_fputil_except_value_utils",
23892388
":__support_fputil_rounding_mode",
23902389
":__support_macros_config",
23912390
":__support_macros_optimization",
2391+
":__support_math_expxf16_utils",
23922392
],
23932393
)
23942394

0 commit comments

Comments
 (0)