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 e61922d commit 1d296ecCopy full SHA for 1d296ec
utils/bazel/llvm-project-overlay/libc/BUILD.bazel
@@ -161,10 +161,20 @@ libc_support_library(
161
],
162
)
163
164
+libc_support_library(
165
+ name = "__support_cpp_iterator",
166
+ hdrs = ["src/__support/CPP/iterator.h"],
167
+ deps = [
168
+ ":__support_cpp_type_traits",
169
+ ":__support_macros_attributes",
170
+ ],
171
+)
172
+
173
libc_support_library(
174
name = "__support_cpp_array",
175
hdrs = ["src/__support/CPP/array.h"],
176
deps = [
177
+ ":__support_cpp_iterator",
178
":__support_macros_attributes",
179
180
0 commit comments