[llvm] [bazel] Fixes c34c0442ee1fe400dc35a7dd7776d48ad65768dd (PR #190416)

Jackson Stogel via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 3 15:21:19 PDT 2026


https://github.com/jtstogel created https://github.com/llvm/llvm-project/pull/190416

None

>From 48d0f8b8f52ea3aef04742669a47749cbe90608a Mon Sep 17 00:00:00 2001
From: jtstogel <jtstogel at google.com>
Date: Fri, 3 Apr 2026 15:20:47 -0700
Subject: [PATCH] [bazel] Fixes c34c0442ee1fe400dc35a7dd7776d48ad65768dd

---
 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 8d4b171879562..23a6813a46cdd 100644
--- a/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
@@ -10517,6 +10517,7 @@ libc_support_library(
         ":__support_fputil_fp_bits",
         ":__support_libc_errno",
         ":__support_macros_config",
+        ":__support_macros_properties_types",
         ":__support_str_to_integer",
         ":errno",
         ":llvm_libc_macros_stdfix_macros",



More information about the llvm-commits mailing list