• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1add_entrypoint_library(
2  llvmlibc
3  DEPENDS
4  ${TARGET_LIBC_ENTRYPOINTS}
5)
6
7add_entrypoint_library(
8  llvmlibm
9  DEPENDS
10  ${TARGET_LIBM_ENTRYPOINTS}
11)
12