Skip to content

Conversation

@basioli-k
Copy link
Contributor

No description provided.

@basioli-k basioli-k merged commit 92da0ec 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-1 branch November 6, 2025 10:11
@llvmbot
Copy link
Member

llvmbot commented Nov 6, 2025

@llvm/pr-subscribers-libc

Author: Karlo Basioli (basioli-k)

Changes

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

1 Files Affected:

  • (modified) utils/bazel/llvm-project-overlay/libc/BUILD.bazel (+6-3)
diff --git a/utils/bazel/llvm-project-overlay/libc/BUILD.bazel b/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
index b11d1464eb035..ecd11b91d0d86 100644
--- a/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
@@ -5281,6 +5281,7 @@ libc_function(
     hdrs = ["src/stdlib/strfromf.h"],
     deps = [
         ":__support_common",
+        ":printf_error_mapper",
         ":str_from_util",
     ],
 )
@@ -5291,6 +5292,7 @@ libc_function(
     hdrs = ["src/stdlib/strfromd.h"],
     deps = [
         ":__support_common",
+        ":printf_error_mapper",
         ":str_from_util",
     ],
 )
@@ -5301,6 +5303,7 @@ libc_function(
     hdrs = ["src/stdlib/strfroml.h"],
     deps = [
         ":__support_common",
+        ":printf_error_mapper",
         ":str_from_util",
     ],
 )
@@ -6526,12 +6529,12 @@ libc_support_library(
         ],
     }),
     deps = [
-        ":hdr_errno_macros",
-        ":printf_core_structs",
         ":__support_cpp_type_traits",
         ":__support_error_or",
         ":__support_macros_properties_architectures",
-    ]
+        ":hdr_errno_macros",
+        ":printf_core_structs",
+    ],
 )
 
 libc_support_library(

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