[Bazel] Fixes 75d5d50 - #218023
Merged
vonosmas merged 1 commit intoAug 21, 2026
Merged
Conversation
forking-google-bazel-bot
Bot
requested review from
kaladron and
labath
as code owners
August 21, 2026 20:23
|
@llvm/pr-subscribers-libc Author: forking-google-bazel-bot[bot] ChangesThis 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:
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
approved these changes
Aug 21, 2026
vonosmas
enabled auto-merge (squash)
August 21, 2026 20:34
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This fixes 75d5d50 (#217471).
Buildkite error link: https://buildkite.com/llvm-project/upstream-bazel/builds?commit=75d5d50255a809604d1149ff377957ed9311ceb3