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(
5203
5203
5204
5204
libc_function (
5205
5205
name = "scanf" ,
5206
- srcs = ["src/stdio/scanf.cpp" ],
5206
+ srcs = ["src/stdio/generic/ scanf.cpp" ],
5207
5207
hdrs = ["src/stdio/scanf.h" ],
5208
5208
deps = [
5209
5209
":__support_arg_list" ,
@@ -5215,7 +5215,7 @@ libc_function(
5215
5215
5216
5216
libc_function (
5217
5217
name = "vscanf" ,
5218
- srcs = ["src/stdio/vscanf.cpp" ],
5218
+ srcs = ["src/stdio/generic/ vscanf.cpp" ],
5219
5219
hdrs = ["src/stdio/vscanf.h" ],
5220
5220
deps = [
5221
5221
":__support_arg_list" ,
@@ -5227,7 +5227,7 @@ libc_function(
5227
5227
5228
5228
libc_function (
5229
5229
name = "fscanf" ,
5230
- srcs = ["src/stdio/fscanf.cpp" ],
5230
+ srcs = ["src/stdio/generic/ fscanf.cpp" ],
5231
5231
hdrs = ["src/stdio/fscanf.h" ],
5232
5232
deps = [
5233
5233
":__support_arg_list" ,
@@ -5239,7 +5239,7 @@ libc_function(
5239
5239
5240
5240
libc_function (
5241
5241
name = "vfscanf" ,
5242
- srcs = ["src/stdio/vfscanf.cpp" ],
5242
+ srcs = ["src/stdio/generic/ vfscanf.cpp" ],
5243
5243
hdrs = ["src/stdio/vfscanf.h" ],
5244
5244
deps = [
5245
5245
":__support_arg_list" ,
You can’t perform that action at this time.
0 commit comments