add_entrypoint_library(
llvmlibc
DEPENDS
# string.h entrypoints
## C standard library entrypoints
strcpy
strcat
)
llvmlibm
# math.h entrypoints
round
add_redirector_library(
llvmlibc_redirectors
round_redirector