Skip to content

Conversation

@basioli-k
Copy link
Contributor

I apologise for 3 PRs

@basioli-k basioli-k merged commit 3ea1ffd into llvm:main Nov 6, 2025
7 of 11 checks passed
@llvmbot llvmbot added libc bazel "Peripheral" support tier build system: utils/bazel labels Nov 6, 2025
@basioli-k basioli-k deleted the fix/bazel-build-libc-2 branch November 6, 2025 10:20
@llvmbot
Copy link
Member

llvmbot commented Nov 6, 2025

@llvm/pr-subscribers-libc

Author: Karlo Basioli (basioli-k)

Changes

I apologise for 3 PRs


Full diff: https://github.com/llvm/llvm-project/pull/166739.diff

1 Files Affected:

  • (modified) utils/bazel/llvm-project-overlay/libc/test/src/stdio/BUILD.bazel (+2)
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",
     ],
 )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bazel "Peripheral" support tier build system: utils/bazel libc

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants