We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49d7c53 commit e430581Copy full SHA for e430581
utils/bazel/llvm-project-overlay/libc/BUILD.bazel
@@ -752,6 +752,7 @@ libc_support_library(
752
name = "__support_blockstore",
753
hdrs = ["src/__support/blockstore.h"],
754
deps = [
755
+ ":__support_cpp_array",
756
":__support_cpp_new",
757
":__support_libc_assert",
758
],
@@ -1681,6 +1682,7 @@ libc_support_library(
1681
1682
":__support_cpp_optional",
1683
":__support_macros_attributes",
1684
":__support_macros_config",
1685
+ ":types_wint_t",
1686
1687
)
1688
0 commit comments