File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
utils/bazel/llvm-project-overlay/libc Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -4924,7 +4924,6 @@ libc_support_library(
49244924
49254925libc_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
49374936libc_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
49754973libc_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" ,
You can’t perform that action at this time.
0 commit comments