Skip to content

Commit 40ed194

Browse files
committed
[bazel] Fix the bazel build after 40effc7
1 parent 14b9d12 commit 40ed194

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3454,7 +3454,7 @@ libc_function(
34543454

34553455
libc_function(
34563456
name = "fprintf",
3457-
srcs = ["src/stdio/fprintf.cpp"],
3457+
srcs = ["src/stdio/generic/fprintf.cpp"],
34583458
hdrs = ["src/stdio/fprintf.h"],
34593459
deps = [
34603460
":__support_arg_list",
@@ -3505,7 +3505,7 @@ libc_function(
35053505

35063506
libc_function(
35073507
name = "vfprintf",
3508-
srcs = ["src/stdio/vfprintf.cpp"],
3508+
srcs = ["src/stdio/generic/vfprintf.cpp"],
35093509
hdrs = ["src/stdio/vfprintf.h"],
35103510
deps = [
35113511
":__support_arg_list",

0 commit comments

Comments
 (0)