1add_entrypoint_object(
2  __assert_fail
3  SRCS
4    __assert_fail.cpp
5  HDRS
6    assert.h
7  DEPENDS
8    # These two dependencies are temporary and should be replaced by fprintf
9    # later.
10    libc.config.linux.linux_syscall_h
11    libc.include.sys_syscall
12    libc.src.stdlib.abort
13)
14