[AA] Pass query info.
[llvm-project.git] / libc / src / assert / CMakeLists.txt
blob69c54b505e5cc8f92b5a2397076b9e80119dee80
1 add_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