mirror of
https://github.com/intel/llvm.git
synced 2026-01-25 19:44:38 +08:00
[libc][obvious] Add inttypes.h and stdlib.h as deps to *div functions.
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user