mirror of
https://github.com/intel/llvm.git
synced 2026-01-24 08:30:34 +08:00
[libc] Add missing libc.include.inttypes for targets including <inttypes.h>. (#150345)
This commit is contained in:
@@ -187,6 +187,7 @@ add_header_macro(
|
||||
arpa/inet.h
|
||||
DEPENDS
|
||||
.llvm_libc_common_h
|
||||
.inttypes
|
||||
)
|
||||
|
||||
add_header_macro(
|
||||
|
||||
@@ -44,6 +44,7 @@ add_header_library(
|
||||
HDRS
|
||||
core_structs.h
|
||||
DEPENDS
|
||||
libc.include.inttypes
|
||||
libc.src.__support.CPP.string_view
|
||||
libc.src.__support.FPUtil.fp_bits
|
||||
)
|
||||
@@ -97,6 +98,7 @@ add_header_library(
|
||||
.core_structs
|
||||
.printf_config
|
||||
.writer
|
||||
libc.include.inttypes
|
||||
libc.src.__support.big_int
|
||||
libc.src.__support.common
|
||||
libc.src.__support.CPP.limits
|
||||
|
||||
Reference in New Issue
Block a user