blob: cccb7937d29705aef943b82a4607623f4bdef75a [file] [log] [blame]
add_entrypoint_library(
llvmlibc
DEPENDS
# errno.h entrypoints
__errno_location
# string.h entrypoints
strcpy
strcat
# sys/mman.h entrypoints
mmap
munmap
# signal.h entrypoints
raise
)
add_entrypoint_library(
llvmlibm
DEPENDS
# math.h entrypoints
round
)
add_redirector_library(
llvmlibc_redirectors
DEPENDS
round_redirector
)