[llvm] [Bazel] Fixes e3d3b3b (PR #210068)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 16 07:23:41 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 e3d3b3b0cf3672480d6f781a9726cec1e7983d14.
Buildkite error link: https://buildkite.com/llvm-project/upstream-bazel/builds?commit=e3d3b3b0cf3672480d6f781a9726cec1e7983d14
---
Full diff: https://github.com/llvm/llvm-project/pull/210068.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 2a2cf7723bf74..61c1a3897f514 100644
--- a/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
@@ -1118,6 +1118,7 @@ libc_support_library(
":__support_cpp_utility",
":__support_macros_attributes",
":__support_macros_config",
+ ":__support_macros_optimization",
":hdr_stdint_proxy",
],
)
``````````
</details>
https://github.com/llvm/llvm-project/pull/210068
More information about the llvm-commits
mailing list