[llvm] [Bazel] Fixes 735b152 (PR #192673)

via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 17 07:47:29 PDT 2026


https://github.com/forking-google-bazel-bot[bot] created https://github.com/llvm/llvm-project/pull/192673

This fixes 735b15239c493fce6a5033776470892f30d7e00e.



>From 77904e8b5aaf2205223ec7443855ada232160295 Mon Sep 17 00:00:00 2001
From: Google Bazel Bot <google-bazel-bot at google.com>
Date: Fri, 17 Apr 2026 14:47:18 +0000
Subject: [PATCH] Fix Bazel build for 735b152

---
 utils/bazel/llvm-project-overlay/libc/BUILD.bazel | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/utils/bazel/llvm-project-overlay/libc/BUILD.bazel b/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
index 49a90e45bf415..d8dabdde300f5 100644
--- a/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
@@ -9792,6 +9792,7 @@ libc_function(
         ":__support_common",
         ":__support_ctype_utils",
         ":__support_macros_config",
+        ":__support_macros_null_check",
         ":string_memory_utils",
     ],
 )
@@ -9804,6 +9805,7 @@ libc_function(
         ":__support_common",
         ":__support_ctype_utils",
         ":__support_macros_config",
+        ":__support_macros_null_check",
         ":string_memory_utils",
     ],
 )



More information about the llvm-commits mailing list