File tree 1 file changed +0
-3
lines changed
utils/bazel/llvm-project-overlay/libc
1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -4924,7 +4924,6 @@ libc_support_library(
4924
4924
4925
4925
libc_support_library (
4926
4926
name = "printf_writer" ,
4927
- srcs = ["src/stdio/printf_core/writer.cpp" ],
4928
4927
hdrs = ["src/stdio/printf_core/writer.h" ],
4929
4928
deps = [
4930
4929
":__support_cpp_string_view" ,
@@ -4936,7 +4935,6 @@ libc_support_library(
4936
4935
4937
4936
libc_support_library (
4938
4937
name = "printf_converter" ,
4939
- srcs = ["src/stdio/printf_core/converter.cpp" ],
4940
4938
hdrs = [
4941
4939
"src/stdio/printf_core/char_converter.h" ,
4942
4940
"src/stdio/printf_core/converter.h" ,
@@ -4974,7 +4972,6 @@ libc_support_library(
4974
4972
4975
4973
libc_support_library (
4976
4974
name = "printf_main" ,
4977
- srcs = ["src/stdio/printf_core/printf_main.cpp" ],
4978
4975
hdrs = ["src/stdio/printf_core/printf_main.h" ],
4979
4976
deps = [
4980
4977
":__support_arg_list" ,
You can’t perform that action at this time.
0 commit comments