[Bazel] Fixes 71122d8 (#190264)

This fixes 71122d8694cad3ae4450368be3e89bb62aa78173.

Co-authored-by: Google Bazel Bot <google-bazel-bot@google.com>
This commit is contained in:
forking-google-bazel-bot[bot] 2026-04-02 14:44:01 -07:00 committed by GitHub
parent 72cc5a670e
commit 842464e7a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -323,6 +323,20 @@ libc_support_library(
],
)
libc_support_library(
name = "__support_macros_macro_utils",
hdrs = ["src/__support/macros/macro-utils.h"],
)
libc_support_library(
name = "__support_macros_is_defined",
hdrs = ["src/__support/macros/is_defined.h"],
deps = [
":__support_cpp_string_view",
":__support_macros_macro_utils",
],
)
################################# Include Files ################################
libc_support_library(
@ -938,6 +952,7 @@ libc_support_library(
deps = [
":__support_common",
":__support_macros_config",
":__support_macros_macro_utils",
":__support_macros_properties_compiler",
":__support_macros_properties_os",
":func_aligned_alloc",
@ -9313,6 +9328,7 @@ libc_support_library(
":__support_cpp_type_traits",
":__support_macros_attributes",
":__support_macros_config",
":__support_macros_is_defined",
":__support_macros_optimization",
":__support_macros_properties_architectures",
":__support_macros_properties_compiler",