Sign in
cos
/
mirrors
/
github.com
/
llvm
/
llvm-project
/
refs/heads/main
/
.
/
libc
/
config
/
uefi
/
entrypoints.txt
blob: 2e11c534a4f3bdb0025105a6f219d7e7bd4c3096 [
file
] [
log
] [
blame
] [
edit
]
set(TARGET_LIBC_ENTRYPOINTS
# errno.h entrypoints
libc.src.errno.errno
)
set(TARGET_LIBM_ENTRYPOINTS)
set(TARGET_LLVMLIBC_ENTRYPOINTS
${TARGET_LIBC_ENTRYPOINTS}
${TARGET_LIBM_ENTRYPOINTS}
)