From fa98c8dfde45eae4608e1cdaa33b088cd7aff01b Mon Sep 17 00:00:00 2001 From: Walter Lee <49250218+googlewalt@users.noreply.github.com> Date: Sat, 8 Nov 2025 10:12:23 -0500 Subject: [PATCH] Fix bazel build for #166719 --- .../bazel/llvm-project-overlay/libc/test/src/stdlib/BUILD.bazel | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/bazel/llvm-project-overlay/libc/test/src/stdlib/BUILD.bazel b/utils/bazel/llvm-project-overlay/libc/test/src/stdlib/BUILD.bazel index fd4389e8c057..8d30869056ec 100644 --- a/utils/bazel/llvm-project-overlay/libc/test/src/stdlib/BUILD.bazel +++ b/utils/bazel/llvm-project-overlay/libc/test/src/stdlib/BUILD.bazel @@ -174,6 +174,7 @@ libc_test_library( deps = [ "//libc:__support_cpp_type_traits", "//libc:__support_fputil_fp_bits", + "//libc:__support_macros_properties_architectures", "//libc/test/UnitTest:LibcUnitTest", ], )