Skip to content

Commit

Permalink
[bazel] Fix the bazel build after 40effc7
Browse files Browse the repository at this point in the history
  • Loading branch information
hokein committed Jul 13, 2024
1 parent 14b9d12 commit 40ed194
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/bazel/llvm-project-overlay/libc/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -3454,7 +3454,7 @@ libc_function(

libc_function(
name = "fprintf",
srcs = ["src/stdio/fprintf.cpp"],
srcs = ["src/stdio/generic/fprintf.cpp"],
hdrs = ["src/stdio/fprintf.h"],
deps = [
":__support_arg_list",
Expand Down Expand Up @@ -3505,7 +3505,7 @@ libc_function(

libc_function(
name = "vfprintf",
srcs = ["src/stdio/vfprintf.cpp"],
srcs = ["src/stdio/generic/vfprintf.cpp"],
hdrs = ["src/stdio/vfprintf.h"],
deps = [
":__support_arg_list",
Expand Down

0 comments on commit 40ed194

Please sign in to comment.