We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56f8fbb commit 69371e6Copy full SHA for 69371e6
1 file changed
utils/bazel/llvm-project-overlay/libc/BUILD.bazel
@@ -168,7 +168,10 @@ LLVM_LIBC_HEADERS = [
168
"sys/syscall",
169
has_def_template = True,
170
),
171
- libc_header_info("arpa/inet"),
+ libc_header_info(
172
+ "arpa/inet",
173
+ other_srcs = ["include/htons-family.yaml"],
174
+ ),
175
libc_header_info("complex"),
176
libc_header_info("ctype"),
177
libc_header_info("dirent"),
@@ -182,7 +185,10 @@ LLVM_LIBC_HEADERS = [
182
185
libc_header_info("inttypes"),
183
186
libc_header_info("limits"),
184
187
libc_header_info("locale"),
- libc_header_info("netinet/in"),
188
189
+ "netinet/in",
190
191
192
libc_header_info("nl_types"),
193
libc_header_info("poll"),
194
libc_header_info("pthread"),
0 commit comments