[llvm] [Bazel] Fixes e3d3b3b (PR #210068)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 16 07:23:01 PDT 2026
https://github.com/forking-google-bazel-bot[bot] created https://github.com/llvm/llvm-project/pull/210068
This fixes e3d3b3b0cf3672480d6f781a9726cec1e7983d14.
Buildkite error link: https://buildkite.com/llvm-project/upstream-bazel/builds?commit=e3d3b3b0cf3672480d6f781a9726cec1e7983d14
>From 54b360cf6f04d97cd1ca54c5f52339ce030fc3d2 Mon Sep 17 00:00:00 2001
From: Google Bazel Bot <google-bazel-bot at google.com>
Date: Thu, 16 Jul 2026 14:22:48 +0000
Subject: [PATCH] Fix Bazel build for e3d3b3b
Buildkite error link: https://buildkite.com/llvm-project/upstream-bazel/builds?commit=e3d3b3b0cf3672480d6f781a9726cec1e7983d14
---
utils/bazel/llvm-project-overlay/libc/BUILD.bazel | 1 +
1 file changed, 1 insertion(+)
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",
],
)
More information about the llvm-commits
mailing list