[llvm] Partial fix of BUILD.bazel after 598e882. (PR #131140)

Bart Chrzaszcz via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 13 06:25:59 PDT 2025


https://github.com/bartchr808 created https://github.com/llvm/llvm-project/pull/131140

None

>From abafd4915016eea2b0178fa82b76b7087034c74a Mon Sep 17 00:00:00 2001
From: Bart Chrzaszcz <bartchr at google.com>
Date: Thu, 13 Mar 2025 13:24:46 +0000
Subject: [PATCH] Partial fix of BUILD.bazel after 598e882.

---
 utils/bazel/llvm-project-overlay/libc/BUILD.bazel | 3 ---
 1 file changed, 3 deletions(-)

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",



More information about the llvm-commits mailing list