[llvm] [bazel] Fix Formatting (PR #164672)

Aiden Grossman via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 22 10:44:05 PDT 2025


https://github.com/boomanaiden154 created https://github.com/llvm/llvm-project/pull/164672

To make the CI happy again.

>From 71d292f166882b9829d7e89e48fb6ea3ea7d892d Mon Sep 17 00:00:00 2001
From: Aiden Grossman <aidengrossman at google.com>
Date: Wed, 22 Oct 2025 17:43:35 +0000
Subject: [PATCH] [bazel] Fix Formatting

To make the CI happy again.
---
 utils/bazel/llvm-project-overlay/libc/BUILD.bazel | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/utils/bazel/llvm-project-overlay/libc/BUILD.bazel b/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
index 2d9433f6e4dc7..599bc4b3d8bbf 100644
--- a/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
@@ -3093,8 +3093,8 @@ libc_support_library(
 libc_support_library(
     name = "__support_sincosf_utils",
     hdrs = [
-        "src/__support/math/sincosf_utils.h",
         "src/__support/math/sincosf_float_eval.h",
+        "src/__support/math/sincosf_utils.h",
     ],
     deps = [
         ":__support_fputil_double_double",



More information about the llvm-commits mailing list