We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14b9d12 commit 40ed194Copy full SHA for 40ed194
utils/bazel/llvm-project-overlay/libc/BUILD.bazel
@@ -3454,7 +3454,7 @@ libc_function(
3454
3455
libc_function(
3456
name = "fprintf",
3457
- srcs = ["src/stdio/fprintf.cpp"],
+ srcs = ["src/stdio/generic/fprintf.cpp"],
3458
hdrs = ["src/stdio/fprintf.h"],
3459
deps = [
3460
":__support_arg_list",
@@ -3505,7 +3505,7 @@ libc_function(
3505
3506
3507
name = "vfprintf",
3508
- srcs = ["src/stdio/vfprintf.cpp"],
+ srcs = ["src/stdio/generic/vfprintf.cpp"],
3509
hdrs = ["src/stdio/vfprintf.h"],
3510
3511
0 commit comments