llvm/libc/startup/baremetal/CMakeLists.txt

add_entrypoint_object(
  init
  SRCS
    init.cpp
)

add_entrypoint_object(
  fini
  SRCS
    fini.cpp
)