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
|
HDRS
|
||||||
imaxdiv.h
|
imaxdiv.h
|
||||||
DEPENDS
|
DEPENDS
|
||||||
|
libc.include.inttypes
|
||||||
libc.src.__support.integer_operations
|
libc.src.__support.integer_operations
|
||||||
)
|
)
|
||||||
|
|
|
@ -105,6 +105,7 @@ add_entrypoint_object(
|
||||||
HDRS
|
HDRS
|
||||||
div.h
|
div.h
|
||||||
DEPENDS
|
DEPENDS
|
||||||
|
libc.include.stdlib
|
||||||
libc.src.__support.integer_operations
|
libc.src.__support.integer_operations
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -115,6 +116,7 @@ add_entrypoint_object(
|
||||||
HDRS
|
HDRS
|
||||||
ldiv.h
|
ldiv.h
|
||||||
DEPENDS
|
DEPENDS
|
||||||
|
libc.include.stdlib
|
||||||
libc.src.__support.integer_operations
|
libc.src.__support.integer_operations
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -125,6 +127,7 @@ add_entrypoint_object(
|
||||||
HDRS
|
HDRS
|
||||||
lldiv.h
|
lldiv.h
|
||||||
DEPENDS
|
DEPENDS
|
||||||
|
libc.include.stdlib
|
||||||
libc.src.__support.integer_operations
|
libc.src.__support.integer_operations
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue