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 b743c19 commit c192b3dCopy full SHA for c192b3d
utils/bazel/llvm-project-overlay/libc/BUILD.bazel
@@ -146,7 +146,10 @@ libc_support_library(
146
libc_support_library(
147
name = "__support_cpp_array",
148
hdrs = ["src/__support/CPP/array.h"],
149
- deps = [":libc_root"],
+ deps = [
150
+ ":__support_macros_attributes",
151
+ ":libc_root",
152
+ ],
153
)
154
155
@@ -428,6 +431,7 @@ libc_support_library(
428
431
429
432
name = "__support_ctype_utils",
430
433
hdrs = ["src/__support/ctype_utils.h"],
434
+ deps = [":__support_macros_attributes"],
435
436
437
0 commit comments