Skip to content

Partial fix of BUILD.bazel after 598e882. #131140

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 13, 2025

Conversation

bartchr808
Copy link
Contributor

No description provided.

@bartchr808 bartchr808 marked this pull request as ready for review March 13, 2025 13:25
@llvmbot llvmbot added libc bazel "Peripheral" support tier build system: utils/bazel labels Mar 13, 2025
@llvmbot
Copy link
Member

llvmbot commented Mar 13, 2025

@llvm/pr-subscribers-libc

Author: Bart Chrzaszcz (bartchr808)

Changes

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

1 Files Affected:

  • (modified) utils/bazel/llvm-project-overlay/libc/BUILD.bazel (-3)
diff --git a/utils/bazel/llvm-project-overlay/libc/BUILD.bazel b/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
index 757db65ca8a77..1d0430ea60ad7 100644
--- a/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
@@ -4924,7 +4924,6 @@ libc_support_library(
 
 libc_support_library(
     name = "printf_writer",
-    srcs = ["src/stdio/printf_core/writer.cpp"],
     hdrs = ["src/stdio/printf_core/writer.h"],
     deps = [
         ":__support_cpp_string_view",
@@ -4936,7 +4935,6 @@ libc_support_library(
 
 libc_support_library(
     name = "printf_converter",
-    srcs = ["src/stdio/printf_core/converter.cpp"],
     hdrs = [
         "src/stdio/printf_core/char_converter.h",
         "src/stdio/printf_core/converter.h",
@@ -4974,7 +4972,6 @@ libc_support_library(
 
 libc_support_library(
     name = "printf_main",
-    srcs = ["src/stdio/printf_core/printf_main.cpp"],
     hdrs = ["src/stdio/printf_core/printf_main.h"],
     deps = [
         ":__support_arg_list",

@bartchr808 bartchr808 merged commit b990c81 into llvm:main Mar 13, 2025
14 checks passed
frederik-h pushed a commit to frederik-h/llvm-project that referenced this pull request Mar 18, 2025
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