llvm/libc/src/stdlib/baremetal/CMakeLists.txt

add_entrypoint_object(
  abort
  SRCS
    abort.cpp
  HDRS
    ../abort.h
)