[llvm] Fix bazel build issue caused in #166517 one last target (PR #166739)
Karlo Basioli via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 6 02:20:43 PST 2025
https://github.com/basioli-k created https://github.com/llvm/llvm-project/pull/166739
I apologise for 3 PRs
>From 94138405d38a767b7575f4876b6cdd15b73dacc9 Mon Sep 17 00:00:00 2001
From: basioli-k <k.basioli at gmail.com>
Date: Thu, 6 Nov 2025 10:19:16 +0000
Subject: [PATCH] Fix bazel build issue caused in #166517 one last target
---
.../bazel/llvm-project-overlay/libc/test/src/stdio/BUILD.bazel | 2 ++
1 file changed, 2 insertions(+)
diff --git a/utils/bazel/llvm-project-overlay/libc/test/src/stdio/BUILD.bazel b/utils/bazel/llvm-project-overlay/libc/test/src/stdio/BUILD.bazel
index cbc6d13ce45bd..e33199c054fb9 100644
--- a/utils/bazel/llvm-project-overlay/libc/test/src/stdio/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/libc/test/src/stdio/BUILD.bazel
@@ -87,6 +87,8 @@ libc_test(
name = "fprintf_test",
srcs = ["fprintf_test.cpp"],
deps = [
+ "//libc:__support_cpp_limits",
+ "//libc:__support_macros_properties_architectures",
"//libc:fprintf",
],
)
More information about the llvm-commits
mailing list