Skip to content

Commit b990c81

Browse files
authored
Partial fix of BUILD.bazel after 598e882. (#131140)
1 parent b67379c commit b990c81

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

utils/bazel/llvm-project-overlay/libc/BUILD.bazel

-3
Original file line numberDiff line numberDiff line change
@@ -4924,7 +4924,6 @@ libc_support_library(
49244924

49254925
libc_support_library(
49264926
name = "printf_writer",
4927-
srcs = ["src/stdio/printf_core/writer.cpp"],
49284927
hdrs = ["src/stdio/printf_core/writer.h"],
49294928
deps = [
49304929
":__support_cpp_string_view",
@@ -4936,7 +4935,6 @@ libc_support_library(
49364935

49374936
libc_support_library(
49384937
name = "printf_converter",
4939-
srcs = ["src/stdio/printf_core/converter.cpp"],
49404938
hdrs = [
49414939
"src/stdio/printf_core/char_converter.h",
49424940
"src/stdio/printf_core/converter.h",
@@ -4974,7 +4972,6 @@ libc_support_library(
49744972

49754973
libc_support_library(
49764974
name = "printf_main",
4977-
srcs = ["src/stdio/printf_core/printf_main.cpp"],
49784975
hdrs = ["src/stdio/printf_core/printf_main.h"],
49794976
deps = [
49804977
":__support_arg_list",

0 commit comments

Comments
 (0)