Skip to content

Commit a71cc91

Browse files
address comments
1 parent aeae0f3 commit a71cc91

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

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

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4614,8 +4614,6 @@ libc_function(
46144614
libc_support_library(
46154615
name = "scanf_config",
46164616
hdrs = ["src/stdio/scanf_core/scanf_config.h"],
4617-
deps = [
4618-
],
46194617
)
46204618

46214619
libc_support_library(
@@ -4656,19 +4654,19 @@ libc_support_library(
46564654
name = "scanf_converter",
46574655
srcs = [
46584656
"src/stdio/scanf_core/converter.cpp",
4657+
"src/stdio/scanf_core/converter_utils.h",
4658+
"src/stdio/scanf_core/current_pos_converter.h",
46594659
"src/stdio/scanf_core/float_converter.cpp",
4660+
"src/stdio/scanf_core/float_converter.h",
46604661
"src/stdio/scanf_core/int_converter.cpp",
4662+
"src/stdio/scanf_core/int_converter.h",
46614663
"src/stdio/scanf_core/ptr_converter.cpp",
4664+
"src/stdio/scanf_core/ptr_converter.h",
46624665
"src/stdio/scanf_core/string_converter.cpp",
4666+
"src/stdio/scanf_core/string_converter.h",
46634667
],
46644668
hdrs = [
46654669
"src/stdio/scanf_core/converter.h",
4666-
"src/stdio/scanf_core/converter_utils.h",
4667-
"src/stdio/scanf_core/current_pos_converter.h",
4668-
"src/stdio/scanf_core/float_converter.h",
4669-
"src/stdio/scanf_core/int_converter.h",
4670-
"src/stdio/scanf_core/ptr_converter.h",
4671-
"src/stdio/scanf_core/string_converter.h",
46724670
],
46734671
deps = [
46744672
":__support_char_vector",

0 commit comments

Comments
 (0)