File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
utils/bazel/llvm-project-overlay/libc Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -157,6 +157,7 @@ libc_support_library(
157
157
hdrs = ["src/__support/CPP/bit.h" ],
158
158
deps = [
159
159
":__support_cpp_type_traits" ,
160
+ ":__support_macros_attributes" ,
160
161
":__support_macros_config" ,
161
162
":libc_root" ,
162
163
],
@@ -165,14 +166,18 @@ libc_support_library(
165
166
libc_support_library (
166
167
name = "__support_cpp_bitset" ,
167
168
hdrs = ["src/__support/CPP/bitset.h" ],
168
- deps = [":libc_root" ],
169
+ deps = [
170
+ ":__support_macros_attributes" ,
171
+ ":libc_root" ,
172
+ ],
169
173
)
170
174
171
175
libc_support_library (
172
176
name = "__support_cpp_cstddef" ,
173
177
hdrs = ["src/__support/CPP/cstddef.h" ],
174
178
deps = [
175
179
":__support_cpp_type_traits" ,
180
+ ":__support_macros_attributes" ,
176
181
":libc_root" ,
177
182
],
178
183
)
You can’t perform that action at this time.
0 commit comments