Skip to content

Commit 4196c18

Browse files
authored
[bazel] Port #94078 (#94792)
1 parent 9a73710 commit 4196c18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/bazel/llvm-project-overlay/libc/BUILD.bazel

+2-2
Original file line numberDiff line numberDiff line change
@@ -3399,7 +3399,7 @@ libc_function(
33993399

34003400
libc_function(
34013401
name = "printf",
3402-
srcs = ["src/stdio/printf.cpp"],
3402+
srcs = ["src/stdio/generic/printf.cpp"],
34033403
hdrs = ["src/stdio/printf.h"],
34043404
deps = [
34053405
":__support_arg_list",
@@ -3448,7 +3448,7 @@ libc_function(
34483448

34493449
libc_function(
34503450
name = "vprintf",
3451-
srcs = ["src/stdio/vprintf.cpp"],
3451+
srcs = ["src/stdio/generic/vprintf.cpp"],
34523452
hdrs = ["src/stdio/vprintf.h"],
34533453
deps = [
34543454
":__support_arg_list",

0 commit comments

Comments
 (0)