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 66603dd commit 9e79991Copy full SHA for 9e79991
libc/include/CMakeLists.txt
@@ -187,6 +187,7 @@ add_header_macro(
187
arpa/inet.h
188
DEPENDS
189
.llvm_libc_common_h
190
+ .inttypes
191
)
192
193
add_header_macro(
libc/src/stdio/printf_core/CMakeLists.txt
@@ -44,6 +44,7 @@ add_header_library(
44
HDRS
45
core_structs.h
46
47
+ libc.include.inttypes
48
libc.src.__support.CPP.string_view
49
libc.src.__support.FPUtil.fp_bits
50
@@ -97,6 +98,7 @@ add_header_library(
97
98
.core_structs
99
.printf_config
100
.writer
101
102
libc.src.__support.big_int
103
libc.src.__support.common
104
libc.src.__support.CPP.limits
0 commit comments