File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
utils/bazel/llvm-project-overlay/libc Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5203,7 +5203,7 @@ libc_support_library(
52035203
52045204libc_function (
52055205 name = "scanf" ,
5206- srcs = ["src/stdio/scanf.cpp" ],
5206+ srcs = ["src/stdio/generic/ scanf.cpp" ],
52075207 hdrs = ["src/stdio/scanf.h" ],
52085208 deps = [
52095209 ":__support_arg_list" ,
@@ -5215,7 +5215,7 @@ libc_function(
52155215
52165216libc_function (
52175217 name = "vscanf" ,
5218- srcs = ["src/stdio/vscanf.cpp" ],
5218+ srcs = ["src/stdio/generic/ vscanf.cpp" ],
52195219 hdrs = ["src/stdio/vscanf.h" ],
52205220 deps = [
52215221 ":__support_arg_list" ,
@@ -5227,7 +5227,7 @@ libc_function(
52275227
52285228libc_function (
52295229 name = "fscanf" ,
5230- srcs = ["src/stdio/fscanf.cpp" ],
5230+ srcs = ["src/stdio/generic/ fscanf.cpp" ],
52315231 hdrs = ["src/stdio/fscanf.h" ],
52325232 deps = [
52335233 ":__support_arg_list" ,
@@ -5239,7 +5239,7 @@ libc_function(
52395239
52405240libc_function (
52415241 name = "vfscanf" ,
5242- srcs = ["src/stdio/vfscanf.cpp" ],
5242+ srcs = ["src/stdio/generic/ vfscanf.cpp" ],
52435243 hdrs = ["src/stdio/vfscanf.h" ],
52445244 deps = [
52455245 ":__support_arg_list" ,
You can’t perform that action at this time.
0 commit comments