From 40ed1946f27ea64916993ea8fab947f2ad804063 Mon Sep 17 00:00:00 2001 From: Haojian Wu Date: Sat, 13 Jul 2024 07:52:29 +0200 Subject: [PATCH] [bazel] Fix the bazel build after 40effc7af5679b7d54d3176a5eef2cdee1962ecd --- utils/bazel/llvm-project-overlay/libc/BUILD.bazel | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/bazel/llvm-project-overlay/libc/BUILD.bazel b/utils/bazel/llvm-project-overlay/libc/BUILD.bazel index 4f231819f8c5a..919eea6175707 100644 --- a/utils/bazel/llvm-project-overlay/libc/BUILD.bazel +++ b/utils/bazel/llvm-project-overlay/libc/BUILD.bazel @@ -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", @@ -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",