Skip to content

Conversation

rupprecht
Copy link
Collaborator

No description provided.

@rupprecht rupprecht added the skip-precommit-approval PR for CI feedback, not intended for review label Oct 8, 2025
@llvmbot llvmbot added libc bazel "Peripheral" support tier build system: utils/bazel labels Oct 8, 2025
@rupprecht rupprecht enabled auto-merge (squash) October 8, 2025 19:49
@llvmbot
Copy link
Member

llvmbot commented Oct 8, 2025

@llvm/pr-subscribers-libc

Author: Jordan Rupprecht (rupprecht)

Changes

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

1 Files Affected:

  • (modified) utils/bazel/llvm-project-overlay/libc/BUILD.bazel (+2)
diff --git a/utils/bazel/llvm-project-overlay/libc/BUILD.bazel b/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
index a9675f4b02565..fc689ac0ea3bb 100644
--- a/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
@@ -1136,8 +1136,10 @@ libc_support_library(
         "src/__support/fixed_point/fx_rep.h",
     ],
     deps = [
+        ":__support_cpp_algorithm",
         ":__support_cpp_bit",
         ":__support_cpp_type_traits",
+        ":__support_libc_assert",
         ":__support_macros_attributes",
         ":__support_macros_null_check",
         ":__support_macros_optimization",

@rupprecht rupprecht merged commit 78aa866 into llvm:main Oct 8, 2025
12 of 13 checks passed
@rupprecht rupprecht deleted the bzl-libc-stdfix branch October 8, 2025 19:52
svkeerthy pushed a commit that referenced this pull request Oct 9, 2025
clingfei pushed a commit to clingfei/llvm-project that referenced this pull request Oct 10, 2025
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 skip-precommit-approval PR for CI feedback, not intended for review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants