forked from OSchip/llvm-project
[libc][obvious] Add inttypes.h and stdlib.h as deps to *div functions.
This commit is contained in:
parent
5252aa2981
commit
f5b8f1247c
|
@ -25,5 +25,6 @@ add_entrypoint_object(
|
|||
HDRS
|
||||
imaxdiv.h
|
||||
DEPENDS
|
||||
libc.include.inttypes
|
||||
libc.src.__support.integer_operations
|
||||
)
|
||||
|
|
|
@ -105,6 +105,7 @@ add_entrypoint_object(
|
|||
HDRS
|
||||
div.h
|
||||
DEPENDS
|
||||
libc.include.stdlib
|
||||
libc.src.__support.integer_operations
|
||||
)
|
||||
|
||||
|
@ -115,6 +116,7 @@ add_entrypoint_object(
|
|||
HDRS
|
||||
ldiv.h
|
||||
DEPENDS
|
||||
libc.include.stdlib
|
||||
libc.src.__support.integer_operations
|
||||
)
|
||||
|
||||
|
@ -125,6 +127,7 @@ add_entrypoint_object(
|
|||
HDRS
|
||||
lldiv.h
|
||||
DEPENDS
|
||||
libc.include.stdlib
|
||||
libc.src.__support.integer_operations
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue