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 Sep 9, 2025
@llvmbot llvmbot added libc bazel "Peripheral" support tier build system: utils/bazel labels Sep 9, 2025
@rupprecht rupprecht enabled auto-merge (squash) September 9, 2025 17:33
@llvmbot
Copy link
Member

llvmbot commented Sep 9, 2025

@llvm/pr-subscribers-libc

Author: Jordan Rupprecht (rupprecht)

Changes

Full diff: https://github.com/llvm/llvm-project/pull/157722.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 bb76da4153108..370083f4b5474 100644
--- a/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
@@ -580,6 +580,7 @@ libc_support_library(
         ":__support_macros_attributes",
         ":__support_macros_config",
         ":__support_macros_properties_architectures",
+        ":__support_macros_properties_compiler",
         ":hdr_stdint_proxy",
     ],
 )
@@ -759,6 +760,7 @@ libc_support_library(
     deps = [
         ":__support_macros_attributes",
         ":__support_macros_config",
+        ":__support_macros_properties_compiler",
         ":__support_macros_properties_complex_types",
         ":__support_macros_properties_types",
         ":hdr_stdint_proxy",

@rupprecht rupprecht merged commit da6283a into llvm:main Sep 9, 2025
14 checks passed
@rupprecht rupprecht deleted the bzl-libc-compiler-hdr branch September 9, 2025 17:40
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.

3 participants