[llvm] [Bazel] Fixes 350089d (PR #213482)
via llvm-commits
llvm-commits at lists.llvm.org
Sat Aug 1 12:25:38 PDT 2026
llvmorg-github-actions[bot] wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-libc
Author: forking-google-bazel-bot[bot]
<details>
<summary>Changes</summary>
This fixes 350089d0cb1652e6ff44888f46d6487db5e696e6 (#<!-- -->213456).
Buildkite error link: https://buildkite.com/llvm-project/upstream-bazel/builds?commit=350089d0cb1652e6ff44888f46d6487db5e696e6
---
Full diff: https://github.com/llvm/llvm-project/pull/213482.diff
1 Files Affected:
- (modified) utils/bazel/llvm-project-overlay/libc/BUILD.bazel (+1)
``````````diff
diff --git a/utils/bazel/llvm-project-overlay/libc/BUILD.bazel b/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
index 19bf918783073..eb677491e0fb7 100644
--- a/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
@@ -997,6 +997,7 @@ libc_support_library(
":__support_macros_config",
":__support_macros_properties_architectures",
":__support_macros_properties_compiler",
+ ":__support_macros_properties_os",
":hdr_stdint_proxy",
],
)
``````````
</details>
https://github.com/llvm/llvm-project/pull/213482
More information about the llvm-commits
mailing list