diff --git a/utils/bazel/llvm-project-overlay/libc/BUILD.bazel b/utils/bazel/llvm-project-overlay/libc/BUILD.bazel index 47eec80b09fe1..7aa34291a4a8c 100644 --- a/utils/bazel/llvm-project-overlay/libc/BUILD.bazel +++ b/utils/bazel/llvm-project-overlay/libc/BUILD.bazel @@ -3106,15 +3106,15 @@ libc_support_library( name = "__support_math_expm1f16", hdrs = ["src/__support/math/expm1f16.h"], deps = [ + ":__support_fputil_except_value_utils", ":__support_fputil_fma", ":__support_fputil_multiply_add", ":__support_fputil_nearest_integer", ":__support_fputil_polyeval", ":__support_fputil_rounding_mode", - ":__support_fputil_except_value_utils", ":__support_macros_optimization", ":__support_macros_properties_cpu_features", - ":__support_math_expxf16_utils" + ":__support_math_expxf16_utils", ], )