[llvm] Partial fix of BUILD.bazel after 598e882. (PR #131140)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 13 06:26:38 PDT 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-libc
Author: Bart Chrzaszcz (bartchr808)
<details>
<summary>Changes</summary>
---
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
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",
``````````
</details>
https://github.com/llvm/llvm-project/pull/131140
More information about the llvm-commits
mailing list