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