Skip to content

[Bazel] Fixes 75d5d50 - #218023

Merged
vonosmas merged 1 commit into
llvm:mainfrom
google-bazel-bot:bazel-75d5d50255a809604d1149ff377957ed9311ceb3
Aug 21, 2026
Merged

[Bazel] Fixes 75d5d50#218023
vonosmas merged 1 commit into
llvm:mainfrom
google-bazel-bot:bazel-75d5d50255a809604d1149ff377957ed9311ceb3

Conversation

@forking-google-bazel-bot

Copy link
Copy Markdown
Contributor

@llvmorg-github-actions llvmorg-github-actions Bot added libc bazel "Peripheral" support tier build system: utils/bazel labels Aug 21, 2026
@llvmorg-github-actions

Copy link
Copy Markdown

@llvm/pr-subscribers-libc

Author: forking-google-bazel-bot[bot]

Changes

This fixes 75d5d50 (#217471).

Buildkite error link: https://buildkite.com/llvm-project/upstream-bazel/builds?commit=75d5d50255a809604d1149ff377957ed9311ceb3


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

1 Files Affected:

  • (modified) utils/bazel/llvm-project-overlay/libc/BUILD.bazel (+7)
diff --git a/utils/bazel/llvm-project-overlay/libc/BUILD.bazel b/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
index 290f64ee522da..a3f3d3427f518 100644
--- a/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
@@ -747,6 +747,11 @@ libc_support_library(
     hdrs = ["hdr/types/struct_rlimit.h"],
 )
 
+libc_support_library(
+    name = "types_struct_sysinfo",
+    hdrs = ["hdr/types/struct_sysinfo.h"],
+)
+
 libc_support_library(
     name = "types_pid_t",
     hdrs = ["hdr/types/pid_t.h"],
@@ -2885,6 +2890,7 @@ libc_support_library(
         ":__support_error_or",
         ":__support_macros_config",
         ":__support_osutil_syscall",
+        ":types_struct_sysinfo",
     ],
 )
 
@@ -15625,6 +15631,7 @@ libc_function(
         ":hdr_sys_resource_macros",
         ":hdr_unistd_macros",
         ":types_struct_rlimit",
+        ":types_struct_sysinfo",
     ],
 )
 

@vonosmas
vonosmas enabled auto-merge (squash) August 21, 2026 20:34
@vonosmas
vonosmas merged commit 2243f63 into llvm:main Aug 21, 2026
17 checks passed
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