Skip to content

[libc] Fix bazel format caused by #162132#175276

Merged
bassiounix merged 1 commit intomainfrom
users/bassiounix/spr/01-10-_libc_fix_bazel_format_caused_by_162132
Jan 10, 2026
Merged

[libc] Fix bazel format caused by #162132#175276
bassiounix merged 1 commit intomainfrom
users/bassiounix/spr/01-10-_libc_fix_bazel_format_caused_by_162132

Conversation

@bassiounix
Copy link
Copy Markdown
Member

No description provided.

Copy link
Copy Markdown
Member Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

@bassiounix bassiounix marked this pull request as ready for review January 10, 2026 02:29
@llvmbot llvmbot added libc bazel "Peripheral" support tier build system: utils/bazel labels Jan 10, 2026
@llvmbot
Copy link
Copy Markdown
Member

llvmbot commented Jan 10, 2026

@llvm/pr-subscribers-libc

Author: Muhammad Bassiouni (bassiounix)

Changes

Full diff: https://github.com/llvm/llvm-project/pull/175276.diff

1 Files Affected:

  • (modified) utils/bazel/llvm-project-overlay/libc/BUILD.bazel (+2-2)
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",
     ],
 )
 

@bassiounix bassiounix merged commit b4604e8 into main Jan 10, 2026
15 of 17 checks passed
@bassiounix bassiounix deleted the users/bassiounix/spr/01-10-_libc_fix_bazel_format_caused_by_162132 branch January 10, 2026 02:30
Priyanshu3820 pushed a commit to Priyanshu3820/llvm-project that referenced this pull request Jan 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bazel "Peripheral" support tier build system: utils/bazel libc

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants