Skip to content

Commit 9413840

Browse files
committed
Fix bazel build issue caused in llvm#166517 one last target
1 parent 92da0ec commit 9413840

File tree

1 file changed

+2
-0
lines changed
  • utils/bazel/llvm-project-overlay/libc/test/src/stdio

1 file changed

+2
-0
lines changed

utils/bazel/llvm-project-overlay/libc/test/src/stdio/BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ libc_test(
8787
name = "fprintf_test",
8888
srcs = ["fprintf_test.cpp"],
8989
deps = [
90+
"//libc:__support_cpp_limits",
91+
"//libc:__support_macros_properties_architectures",
9092
"//libc:fprintf",
9193
],
9294
)

0 commit comments

Comments
 (0)