We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a73710 commit 4196c18Copy full SHA for 4196c18
utils/bazel/llvm-project-overlay/libc/BUILD.bazel
@@ -3399,7 +3399,7 @@ libc_function(
3399
3400
libc_function(
3401
name = "printf",
3402
- srcs = ["src/stdio/printf.cpp"],
+ srcs = ["src/stdio/generic/printf.cpp"],
3403
hdrs = ["src/stdio/printf.h"],
3404
deps = [
3405
":__support_arg_list",
@@ -3448,7 +3448,7 @@ libc_function(
3448
3449
3450
name = "vprintf",
3451
- srcs = ["src/stdio/vprintf.cpp"],
+ srcs = ["src/stdio/generic/vprintf.cpp"],
3452
hdrs = ["src/stdio/vprintf.h"],
3453
3454
0 commit comments